html,body {
background-color:#FFFFFF; 
margin: 0px;
}

#site {
	position:relative;
	width:750px;
	background:url(pics/bg.jpg) repeat-y;
}

#header {
	position:relative;
	width:750px;
	height:221px;
	background:url(pics/header.jpg);
}

#bg_top
{
	position:relative;
	width:750px;
	height:142px;
	background:url(pics/bg_top.jpg);
}

#text
{
	position:relative;
	left0px;
	top:25px;
	width:700px;
	height:142px;
}

#bg {
	position:relative;
	width:750px;
	background:url(pics/bg.jpg);
}

#footer {
	position:relative;
	width:750px;
	height:135px;
	background:url(pics/footer.jpg);
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:185px;
 	top:65px;
 	width:100px;
 	height:20px;
 	float:left;
}