html, body, h1, h2, h3, h4 {
	margin: 10px;
	padding: 10px;
}
h1 img {
	display: block;
}
a      {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

body {
	background: #000;
	text-align: center;
	font-size: 16px;	
	times new romen;
	color: #989898;
}

#body {
	position: relative;
	margin-left: 4px;
}
#header {
	position: absolute;
	top:0px;
	left: 4px;
	width: 80px;
	height: 266px;
	background: url(images/.png);
}
#content {
	position: absolute;
	top: 336px;
	left: 285px;
	width: 486px;
	height: 254px;
	
}
#content p {
	margin: 1.9em;
}
#footer {
	background: #000;
	text-align: left;
	margin: 20px 7px 0px 10px;
	padding: 18px 15px 15px 15px;
}
