html,
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, li
{
	margin: 0; padding: 0;
}
html,
body
{
	height: 100%;
}
body
{
	color: white;
	font-family: Arial, serif; font-size: 95%;
	background-color: black;
}
img
{
	border-width: 0;
}
.clear
{
	clear: both;
}
div#container
{
	margin: 0 auto 0 auto;
	width: 980px;
}
img#picture
{
	float: right;
	padding-top: 30px;
}
div#header
{
	width: 649px; height: 200px;
	background-image: url(../images/index-header_background.jpg);
}
div#main
{
	overflow: auto;
	float: left;
	padding: 20px;
	width: 609px; height: 200px;
	color: white;
	border-top: 4px solid #ed8b8e;
	border-bottom: 4px solid #ed8b8e;
	font-family: "Times New Roman", Arial, serif; font-size: 110%;
}
div#main p
{
	margin-bottom: 10px;
}
div#buttons
{
	float: left;
	padding: 20px;
	width: 609px; height: 70px;
}