*{
	margin: 0; 
	padidng: 0;
}

body{
	font-family:"arial", sans-serif;



}

.wrapper{
	width:100%;
	height:100%;
	position:fixed;
	padding:0;
	margin:0;
	background: #000;
}

.mainSite{
	width:320px;
	height:400px;
	text-align:center;
	position:fixed;
	top:50%;
	left:50%;
	margin: -200px 0 0 -160px ;
		
}


.mainSite img{
	width:100%;
	height:auto;
}
.mainSite a{
	text-decoration:none;
}
.mainSite p{
	color:#fff;
	font-size:20px;
	font-size:38px;
}

.topWrap, .bottomWrap{
	position:fixed;
	width:100%;
	left:0;
	background:#FFDD00;
	
}
.bottomWrap{
	bottom:0;
	height:10px;
}

.topWrap{
	top:0;
	height:2px;
}