body, html 
{
	padding:0px;
	color:#444;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	background-color:#BEBEBE;
	letter-spacing:-0.5;
	padding:0;
	margin:0 auto;
	margin-top:20px;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:800px;
	background-image:url('../images/background.png');
}

#header
{
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:600px;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	background-position:center top; 
}


#content
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width:323px;
	text-align:justify;
}

#contact
{
	margin-left: auto;
	margin-right: auto;
	width:323px;
	text-align:center;
	font-weight:bold;
	font-size: 15px;
}

#links
{
	margin-left: auto;
	margin-right: auto;
	width:323px;
	height:90px;
	background-image:url('../images/links.png');
	background-repeat:no-repeat;
	background-position:center top; 
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width:256px;
	height:128px;
	background-image:url('../images/xed.png');
	background-repeat:no-repeat;
	background-position:center top; 
}








a:link 
{ 
	text-decoration:none; 
	color:#444;
}

a:visited 
{ 
	text-decoration:none; 
	color:#444; 
}

a:hover 
{ 
	color:#777; 
}