body
{
	direction: rtl;
	background-image: url("../image/background.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrap
{
	overflow:scroll;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	abackground-color:rgb(255, 255, 255);
}

.power
{
	font-size:8px;
	vertical-align:text-top;
}

.main_content
{
	width: 980px;
	margin: auto;
}