/* CSS Document */

html
{
	height:100%;
}

html, body
{
	padding:0px;
	margin:0px;
}

h1
{
	color:#7c1a1e;
}

h2
{
	color:#454545;
}

body
{
	color:#c0c0c0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	color:#ffffff;
}

div#interface
{
	width:1000px;
	height:600px;
	text-align:left;
}