body {
  padding:0; 
  margin: 0;
  background: #F680FC;
  font: 400 18px/28px 'Yanone Kaffeesatz',Arial,sans-serif; 
  letter-spacing: 0.1em;
  color: #eee;
}
a {
  font-weight: 700;
  text-decoration: none;
  color: #eee;
}
img { border: none; }
#heart {
position: absolute;
width: 35%;
height: auto;
right: 5%;
top: 20%;
margin: -118px 0 0 0;
z-index: -1;
opacity: 0.05;
}
#heart img {width: 100%; height: 100%}
#heart #backgroundtext {
  margin: 140px -100px 0 100px; 
  color: #000;
  font-size: 80px;
  line-height: 1.1em;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Safari and Chrome */
  -o-transform: rotate(270deg); /* Opera */
  -moz-transform: rotate(270deg); /* Firefox */
}
#container {
  margin: 0 20px;
}
#header { 
  width: 98%; 
  height: 20px;
}
#content {
  width: 98%; 
}
#footer {
  height: 20px; 
  position: absolute; 
  bottom: 0px; 
  width: 98%;
}
#left {
  width: 300px; 
  float: left;
  padding-right:20px;

}
#right {
  margin-left: 320px;
}
#galleria { 
  width: 400px; 
  height: 600px; 
  background: #eee;
}
#logo {
	position: relative;
	z-index: 10;
	}
#info {
  padding:2px 16px 2px 16px;
  background: #000;
  background: rgba(0,0,0,0.85);
  position: relative;
  z-index: 10;
}
#info img#info-bottom {
position: absolute;
bottom: -84px;
left: 0;	
}
#imageinfo {
  position: absolute;
  top: 500px;
  color: #eee;
  width:268px;
  padding: 0 16px 11px 16px; 
  background:#000;
  color:#eee;
  z-index: 1;
}
#imageinfo img#onionpatternrising {
   position: absolute;
   top: -334px;
   left: -5px;	
}
.rotated {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Safari and Chrome */
  -o-transform: rotate(270deg); /* Opera */
  -moz-transform: rotate(270deg); /* Firefox */
}

#imagetitle,#imagemodel,#imagephoto {
  font-weight: 700;
}
.yellow {
  color: #fff710; 
  font-weight: 700;
}