img{border:none;}

#content{
	margin: 0 auto;
	width: 900px;
}

#header{
	height:80px;
}

#menu{
  width:100%;
  height:125px;
}

#tvuill{
	float:right;
	font-weight:bold;
	font-size:1.1em;
	margin-top:40px;
	margin-right:50px;
}

#main{
  height:410px;
  border: 2px solid black;
	background: white url(fond.jpg) no-repeat;
	padding:1em;
}

#mainleft{
  float:left;
  width:48%;
  margin-right:1em;
}

#main a{
  color: #8C8CB8;
  text-decoration: none;
}

#mainleft,#mainright{
  overflow:auto;
}

#menubas{
  text-align:center;
}

#menubas a {
  text-decoration:none;
  color:black;
  font-weight:bold;
  margin-left:1em;
  margin-right:1em;
}

#menubas a:hover {
  text-decoration:underline;
}

