body
{
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	background-color: #003867;
	background-attachment: fixed;
}

p {
	font-family: 'ErasDemiITCRegular';
	font-size:2em;
	color:#CCC;
}
a:link {
	color: #2A0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1556C1;
}
a:active {
	text-decoration: none;
}

@font-face {
    font-family: 'ErasDemiITCRegular';
    src: url('erasdemi-webfont.eot');
    src: url('erasdemi-webfont.eot?#iefix') format('embedded-opentype'),
         url('erasdemi-webfont.woff') format('woff'),
         url('erasdemi-webfont.ttf') format('truetype'),
         url('erasdemi-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

#main {
	background-color:transparent;
	margin-top: 5em;
	max-width:400px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	font-size: 0.8em;
	color: gray;
	font-family:Tahoma;
	
}
