
body{
	background:#2F2F2F  ;
	padding:0;
	margin:0;
}

.wrap{
  	width:919px;
	margin:0 auto;
 	display:block;
	padding:0;
}

.header{
	width:755px;
 	height:240px;
	margin:0 auto;
}

.inner{
	width:655px;
	background:#FFFFFF;
	 -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 1);
  	margin:0 auto; 
	padding:20px;
	margin-bottom:10px;
	margin-top:-10px;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#frame{
	width:655px;
	height: 368px;
	margin:0 ;
	padding:0;
	background:#000000;
}

.button{
	background: url(images/button.jpg) 0 -124px no-repeat;
	width:369px;
	height:120px;
	display:block;
	margin:0 auto;
	margin-top:30px;
	text-indent:-99999px;
}

.button:hover{
	background: url(images/button.jpg) no-repeat;
}
 
.credit{
 	color:#B7B7B7;
 	width:690px;
 	margin: 0 auto;
 	margin-bottom:10px;
 	font-family:Arial, Helvetica, sans-serif;
 	text-align:center;
 	font-size:12px;
} 
 
.designer{
 	float:right;
}
 
.designer a{
  	color:#D9B808;
  	text-decoration:none;
  	outline:none;
}
 
.copyright{
	float:left;
} 