
body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-position: top;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #6f8fbf;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}


div, table, td, li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	text-align: left; 
	color: #ffffff;   
	margin: 0;
	vertical-align: top;
	list-style-type: none;
	}

h1 { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px; 
	color: #ffffff;
	}

a {text-decoration: none;}
a:link {color: #ffffff;}
a:visited {color: #ffffff;}
a:active {color: #cfcfcf;}
a:hover {color: #cfcfcf; text-decoration: underline;}

.header{
	position: absolute; 
	top: 20px; padding: 1em;
	}

.content{
	position: relative; 
	top: 100px;  width: 700px; padding: 1em;
	}

.footer{
	position: absolute; 
	bottom: 5px; padding: 1em;
	}
