@charset "utf-8";
/* CSS Document */

#container {
	position: relative;
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	width: 800px;
	background-repeat: no-repeat;
	height: 384px;
	background-color: #000000;
}
#content {
	position: relative;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#footer {
	position: relative;
	width: 800px;
	background-repeat: no-repeat;
	height: 60px;
}
body {
	background-color: #CCC;
}
p {
	font-family: Tahoma;
	font-size: 12px;
}