html,body {
	margin: 0;
	padding: 0;
}

#site {
	position:relative;
	background:url(pics/bg.gif) repeat-y;
	background-position: center;
    	width:702px;
	height:1260px;
}

#header {
	position:relative;
	background:url(pics/index_01.gif) no-repeat;
	background-position: center;
	left:0px;
	top:0px;
	height:145px;
	width:702px;
}

#girls {
	position:relative;
	background:url(pics/index_02.gif) no-repeat;
	background-position: center;
	left:0px;
	top:0px;
	height:155px;
	width:702px;
}

#footer {
	position:relative;
    background:url(pics/index_04.jpg) no-repeat;
	left:0px;
    height:217px;
    width:702px;
}

a.xload, a.xload:link, a.xload:visited, a.xload:active{
 position:relative;
 left:50px;
 width:237px;
 height:217px;
 float:left;
}

a.xload:hover{
 background-image:url('pics/xload.gif');
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 position:relative;
 left:611px;
 top:111;
 width:91px;
 height:34px;
 float:left;
}

a.imp:hover{
 background-image:url('pics/imp.gif');
}