/* CSS Document */

body {
	background-image:url(images/intro.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family:Tahoma;
	font-size:16px;
	color:#ffffff;
	text-align: center;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#left {
	float: left;
}

a.frontlinks {
	margin-left: 35px;
}

img {
	behavior: url(iepngfix.htc);
}

#center {
	float: left;
}

#right {
	float: left;
}

.frontlinks {

}
