@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(imeges/bg.gif);
}


#container {
	width: 900px;
	background-color:#ffffcc;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	height: 170px;
	background-color: #FFC;
	top: 0px;
	width: 900px;
}
#content {
	background-color: #FFF;
	width: 900px;
	background-image: url(imeges/tomato.gif);
	background-repeat: repeat-x;
	padding-top: 60px;
	background-position: top;
	padding-bottom: 20px;
}
#footer {
	background-color: #FFC;
	width: 900px;
	padding-top: 65px;
	padding-bottom: 10px;
	text-align: center;
	height: 60px;
	background-image: url(imeges/tomato.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#visual {
	width: 900px;
	background-color: #FFF;
}

#header ul li  {
	list-style-type: none;
	display: inline;
	margin-right: 25px;
}
#container #header ul {
	text-align: right;
}

#container #footer ul li {
	list-style-type: none;
	text-align: center;
	display: inline;
}
#container #footer p {
	text-align: right;
}
#container #header h1 img {
	float: left;
}
