#bg-body {
    background: none repeat scroll 0 0 #D2D2D0;
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
	background-color:#ffffff;
    width: 200%;
}
#bg-body img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
#wrapper {
	position:relative;
	width:100%;
	height:600px;
	margin:0 auto;
}
#info {
	position:absolute;
	width:60%;
	height:auto;
	bottom:100px;
	right:50px;
	color: #FFFFFF;
	text-shadow:0px 0px 3px #666666;

	text-align: right;
	font-family:"Myriad Pro";

	padding:15px;

}
#info h1 {
	margin:10px 0;
	line-height:65px;
	font-size:90px;
	text-transform:uppercase;
	color:#baeefb;
	text-shadow:0px 5px 6px #000000;
}

.font_11
{
font-size:140px;
line-height:110px;
color:#f7d90f;


}

.font_12
{
	line-height:0px;
	font-size:80px;
	color:#000000;
text-shadow:0px 5px 6px #ffffff;

}
#info p {
	margin:0 0 7px 0;
	
	font-size:15px;
}