@charset "utf-8";

html {
	background: #000 url('../images/pagebg.jpg') 0 0 repeat-x;
	overflow-y: scroll;
	height: 100%;
}

body {
	position: relative;
	width: 720px;
	margin: 0px auto;
	font-family: arial, helvetica, 'sans-serif';
	font-size: 12px;
	padding: 10px;
	color: #fff;
}

.header {
	float: left;
	width: 720px;
	height: 194px;
	padding: 10px;
	border-bottom: 1px double #ccc;
	margin-bottom: 25px
}

a:link { text-decoration: none; font-weight: 700; color: #fc0; }
a:visited { text-decoration: none; font-weight: 400; color: #fff; }
a:hover { text-decoration: underline; font-weight: 700; color: #fc0; }
a:active { text-decoration: underline; font-weight: 700; color: #fc0; }