body {
	background-color: #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;	
}

#mainbg {
	position: relative;
	width: 806px;
	height: 524px; 
	background-image: url(../images/mainbg.jpg);
	text-align: center;
	margin: 0 auto;
	padding: 0;	
}

#maintoc {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 250px;
	height: 439px; 
	background-image: url(../images/maintoc.jpg);
	margin: 0 auto;
	padding: 0;		
}

#mainpad {
	height: 80px;
}

#copyright {
	color: #777777;
	padding-bottom: 20px; 
}

.undertxt {
	font-size: 13px;
	font-family: georgia, "book antiqua", garamond, palatino, "times new roman", serif;
	letter-spacing: 7px;
	//text-transform: uppercase;
	padding-top: 2px;
	font-variant: small-caps;
	font-stretch: wider;
}

#menu { text-align: left;  margin-left: 30px; }

#menu a {
   position: absolute;
   height: 40px;
   top: 35px; 
   text-decoration: none;
   border: none;
}

#menu a .topic { display: block; color: #444444; font-size: 17px; letter-spacing: 2px; font-family: georgia, "book antiqua", garamond, palatino, "times new roman", serif; font-variant: small-caps; }
#menu a .topicdesc { display: block; color: #CC9966; font-size: 13px; letter-spacing: 1px; font-family: georgia, "book antiqua", garamond, palatino, "times new roman", serif; }

a#posters           { top: 100px; width: 185px; }
a#print             { top: 155px; width: 185px; }
a#corporate         { top: 210px; width: 185px; }
a#games             { top: 265px; width: 185px; }
a#colleagues        { top: 320px; width: 185px; }
a#contact           { top: 375px; width: 185px; }

#menu a:hover     { border-bottom: 1px dotted black; }