@charset "utf-8";
/* CSS Document */

body{
	background: #000 url(../uc/body.jpg);
	background-repeat:repeat-x;
	font-family:Verdana,sans-serif;
	font-size:11px;
}

.container{
	width:980px;
	margin:20px auto;
	padding:0;
}

.header{
	width:980px;
	margin:100px auto 0;
	padding:10px;
	text-align:center;
	overflow:hidden;
}

.center{
	font-size: 20px;
    
    margin: 17px auto;
    text-align: center;}
	
.logo{
	background: url(../uc/logo.jpg) no-repeat;
	width:276px;
	height:51px;
	margin:-10px auto 0;}
	
.content{
	width:600px;
margin:120px auto 0;
padding:5px;
color:#000;}

.product_mock{
	background:url(../uc/product-mock.png);
	background-repeat:no-repeat;
	margin:30px 0 0 480px;
	position:absolute;
	width:430px;
	height:480px;
}