body {
	background-color: #749CBF;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
a:link {
	color: #EEEEEE;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
	text-decoration: blink;
}
#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#header {
	background-image: url(images/header.jpg);
	width: 700px;
	background-repeat: no-repeat;
	height: 200px;
}