﻿#conteiner{
	width:930px;
	margin:auto;
}
#header{
	float:left;
	width:930px;
}
#content{
	width:930px;
	float:left;
	padding-bottom:30px;
}
#footer{
	float:left;
	width:930px;
	border-top:1px solid #999999;
	margin-top:50px;
	padding-bottom:100px;
}
#left{
	width:630px;
	float:left;
}
#right{
	float:right;
	width:263px;
	padding-top:45px;
}
#footer a:hover{
	text-decoration:none;
}
