@charset "utf-8";
/* CSS Document */

body {		
	background: url('bg.jpg') repeat-x;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	}

/* LAYOUT */

#page {
	position: relative;
	background: url('bg-head.jpg') top center no-repeat;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 600px;
}
#content {
	position: relative;
	width: 900px;
	padding: 0;
	margin: 0 auto;
}
#maincontent {
	position: absolute;
	top: 280px;
	left: 120px;
	padding: 0;
	margin: 0;
}
/* STYLING */

a, a:visited  { color: #ff0000; text-decoration: none; }
a:hover, a:visited:hover { color: #ffcc00; text-decoration: underline; }

h2 {
	font-size: 22px;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 12px;
	color: #fff;
	}
h3 {
	font-size: 19px;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 12px;
	color: #fff;
	}

