body {
    /*background: #ac9760 url(/images/main/page_background.jpg) repeat-x fixed center bottom;*/
    background: #ac9760;
    color:#ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

@font-face {
    font-family: 'Accid';
    src: url('../../images/fonts/accid-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
    }

@font-face {
    font-family: 'Base';
    src: url('../../images/fonts/base.eot'); 
    font-weight: normal; 
    font-style: normal; 
    }	
@font-face {
    font-family: 'Base';
    src: url('../../images/fonts/base.ttf'); 
    font-weight: normal; 
    font-style: normal; 
    }

	
@font-face {
    font-family: 'Dirtyego';
    src: url('../../images/fonts/dirtyego.ttf'); 
    font-weight: normal; 
    font-style: normal; 
    }

@font-face {
    font-family: 'Calibri';
    src: url('../../images/fonts/calibri.eot'); 
    font-weight: normal; 
    font-style: normal; 
    }	
@font-face {
    font-family: 'Calibri';
    src: url('../../images/fonts/calibri.ttf'); 
    font-weight: normal; 
    font-style: normal; 
    }

@font-face {
    font-family: 'Graffiare';
    src: url('../../images/fonts/Graffiare.ttf'); 
    font-weight: normal; 
    font-style: normal; 
    }
	
a:link
{
	color:#ffffff;
	text-decoration:none;
}

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

a:hover
{
	color:#ffba00;
	text-decoration:none;
}

a:focus
{
	color:#ffba00;
	text-decoration:none;
}

a:active
{
	color:#ffffff;
	text-decoration:none;
}

h1
{
	font-family:Base, Verdana;
	font-size:18px; 
	color:#444; 
	font-style:normal;
	font-weight:normal; 
	margin:2px; 
	padding:0;
	float:left;
}

h2
{
	font-family:Calibri, Verdana;
	font-size:15px; 
	color:#444; 
	font-style:normal;
	font-weight:normal; 
	margin:10px; 
	padding:0;
	float:left;
}

h3
{
	font-family:Calibri, Verdana;
	font-size:15px; 
	color:#ffba00; 
	font-style:normal;
	font-weight:normal; 
	background-color:#555555;
	margin:0; 
	padding:2px;
}

.main{
	position:absolute;
	margin-left:50%;
	left:-445px;
}

.background{
	/*background: url(/images/main/page_background.jpg) no-repeat top center;*/
	width:100%;
	height:930px;
}
