/* CSS template for the GUI */


body {
	margin-top: 1px;
	margin-right: 50px;
	margin-left: 50px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #465c6d;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 1px;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

#center {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#foot {
	margin-top: 40px;
	font-size: 90%;
}