﻿#container {
	margin: auto;
	border: 1px #FFFFFF solid;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	width: 1002px;
	height: 600px;
}
#content {
	color: #FFFFFF;
	width: 901px;
	border: #FFFFFF none;
	margin: auto;
	background: black;
	position:relative;
	float:right;
}
#news {
	position: absolute;
	top: 0px;
	left: 0px;
	background: black;
	height: 600px;
	width: 900px;
}
#guestbook {
	position: absolute;
	top: 0px;
	left: 600px;
	background: black;
	height: 600px;
	width: 300px;
}


#menu {
	border-top: none;
	border-right: 1px #FFFFFF solid;
	border-bottom: none;
	border-left: none;
	color: #FFFFFF;
	width: 100px;
	height: 600px;
	margin: auto;
	background: black;
	float: left;
}

#iframe1 {
	border: none;
	text-align: center;
	background-color: transparent;
	color: white;
	width:900px;
	height:600px;
}
#footer {
	color:#333333;
	width: 1000px;
	height:20px;
	margin: auto;
	background: black;
	text-align:right;
	font-size:x-small;
	font-family:Calibri;
}
#left {
	float:left;
	font-family:Calibri;
}
#right {
	float:right;
	font-family:Calibri;
}