body {
	background: url(images/bg.png) repeat-x top #101010;
	margin:0px;
	padding:0px;
	font: 10px  verdana, arial, helvetica;
	color:#000;
	}

a:link, a:visited, a:active {
	color: #5b7bda;
	}
a:hover {
	color: #da5b5b;
	}

#container{
	width:1000px;
	height:auto;
	margin:auto;
	}

#header{
	width:100%;
	height:100px;
	margin: 0px;
	background: url(images/headerBG.png) repeat-x top;
	}

#logo{
	margin:auto;
	text-align: center;
	}
#links{
	margin: 20px;
	text-align: center;
	font-size: 14px;
	color: white;
	}
#content{
	margin:auto;
	text-align: center;
	color: white;
	}
img.logo{
	margin-top: 20px;
	border-style: solid;
	border-width: 3px;
	border-color: black;
	}
img.gallery{
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	}