body {
	background-color: #000000;
}

#container {
	width: 780px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}
#iframe {
	height: 260px;
	width: 580px;
	overflow: auto;
	frameborder: 0px;
	position: relative;
}

#head {
	position: relative;
	height: 200px;
	width: 780px;
	background-image: url(/images/icons.jpg);
	background-repeat: no-repeat;
}

#middle {
	position: relative;
	width: 780px;
	height: 260px;
	background-image: url(/images/middle.jpg);
	background-repeat: no-repeat;
}
#copy {
	position: relative;
	height: 260px;
	width: 580px;
	margin-right: 100px;
	margin-left: 100px;
}

#footer {
	background-image: url(/images/foot.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 780px;
}
