/*THIS IS THE MAIN STYLESHEET*/

/*Reset the CSS*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*The body*/
body {
	background-color: #DBDDF6;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

p.text {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
}

div#frontpage_bg {
	background-image: url(bg/glowbg.png);
	height: 128px;
	margin: 0 auto 0 auto;
	width: 400px;
}

div#footer {
	background-color: #313246;
	border-top: 1px solid #36384d;
	bottom: 0;
	height: 200px;
	position: absolute;
	width: 100%;
}

	div#line {
		background-color: #5B5D86;
		height: 1px;
		margin: 0 auto 0 auto;
		margin-top: 50px;
		width: 212px;
	}
	
	p#credits {
		color: #787887;
		font-family: verdana, Sans;
		font-size: 10px;
		text-align: center;
		margin-top: 10px;
	}
