body {
     text-align: center;
	 min-width: 740px;
	 padding: 0;
	 margin: 0;
	 background: url(../img/bg.png) repeat;
}

#wrapper  {
     text-align: left;
     width: 755px;
     margin: 0 auto;
     padding: 0;
 }

 #content {
     width: 600px;
     margin: 0 auto;
	 font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
	 color: #fff;
	 text-align: center;
 }

 #content .inner {
     padding-top: 1px;
     margin: 0 10px 10px 10px;
	 z-index: 100;
	 position: absolute;
 }

 #footer {
     margin-top: 10px;
     clear: both;
	  font: 12px arial;
	 color: #fff;
 }

 #footer .inner {
     margin: 10px;
 }
 
 #logo {
 position: relative;
 margin-top: 200px;
 background: url(../img/logo.png) center center no-repeat;
 width: 600px;
 height: 163px;
 }
 
 .social {
 margin: 60px 0 0 0;
 }
 
 .sicon {
 margin: 0 0 0 10px;
 }
 
.social a, a:visited {
	color: transparent;
	text-decoration:none;
}


.bglogo {
 margin: auto 0;
 position: absolute;
 background: url(../img/bglogo.png) center center no-repeat;
 height: 600px;
 width: 999px;
 overflow: hidden;
 }