﻿#conteiner{
	width:1002px;
	margin:auto;
	position:relative;
}
#header{
position:relative;
$position:noposition;
}
#content{
	float:left;
	width:1002px;
	background-image:url('../images/bg_content.gif');
	background-repeat:repeat-y;
	margin-top:80px;
}
#left{
	float:left;
	width:762px;

}
#right{
	width:240px;
	float:left;
	padding-bottom:20px;
}
#footer{
	background-image:url('../images/bg_footer.gif');
	background-repeat:no-repeat;
	width:1002px;
	float:left;
	padding-top:25px;
}