body {
	background-image:url(../images/bg1.gif);
	background-position:center center;
	background-repeat: repeat-y;
	margin: 0;
	background-color: #000000;
	font-family: verdana;
	font-size: 12px;
}

div.site {
	margin: 0 auto 0 auto;
	width: 595px;
	overflow: hidden;
}

div.banner {
	height: 100px;
	overflow: hidden;
	background-image: url(http://www.dereques.com/images/banner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div.menu {
	width: 120px;
	overflow: hidden;
	float: left;
}

div.menu a {
	float: left;
	width: 105px;
	height: 15px;
	padding: 2px;
	border: solid 1px black;
	background-color: gray;
	color: white;
	white-space: nowrap;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
}

div.menu a:hover {
	background-color: white;
	color: gray;
}

div.content_container{
	width: 474px;
	overflow: hidden;
	float: right;
	border-left: dashed 1px gray;
	border-bottom: dashed 1px gray;
	text-align: center;
}

div.title {
	height: 50px;
	width: 475px;
	overflow: hidden;
	font-size: 18px;
	text-align: center; 
	color: red;
	font-weight: bold;
}

div.content{
	width: 455px;
	padding: 10px;
	overflow: hidden;
}

div.footer {
	height: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
}