<!--

/* 

CSS Document 

----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------

*/
body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var,i,b{font-style:normal;font-weight:normal;font-size:1em;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
a,u{text-decoration:none;}

/* Background */
body 
{
	background: url(../images/background.png) top left repeat-x;
	background-color: #000000;
	color: #999999;
	font: 0.625em Arial,Helvetica, sans-serif;
	text-align: center;
}

#main
{
	margin: 10px 0;
}


/* 


----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------

*/
a:link, a:active 
{
	color: #999999;
}

a:hover 
{
	color: #666666;
}

a:visited
{
	color: #444444;
}