* {
    margin: 0px;
    padding:0px;
	color:#FFF;
}

a	{
	color:#990000;
}


body		{
    margin:0;
    padding:0;
	background-image:url(images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
} 

#logo_start	{
	width:357px;
	height:227px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -113px; 
	margin-left: -178px; 
	background:url("images/logo start_grey-012_both.png") 0 0 no-repeat;
}

#logo_start:hover { 
	background-position: -358px 0;
}

#mainframe	{
	background-image:url(images/mainframe2-01.png);
	background-repeat:no-repeat;
	width:890px;
	height:610px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -305px; 
	margin-left: -445px; 
}

#content	{
	margin:80px;
}