body {
	font-family: Segoe UI;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
	
#mainContainer {
	background-image: url('images/background.jpg'); 
	width: 1024px; 
	height: 768px; 
	border: 0px black solid;
	font-family: Segoe UI;
	font-size: 12px;
}

#mainContainerContent {

	width: 1024px; 
	height: 768px; 
	border: 0px black solid;
}


#contentBox {
	width: 300px; 
	height: 300px; 
	background-color: #FFFFFF; 
	font-family: Segoe UI; 
	font-size: 14px; 
	color: Black; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px; 
	position: relative; 
	top: 165px; 
	right: -80px; 
	border: 2px solid black;
}

#footer {
	text-size: 12px; 
	color: white; 
}

#footer a:link { color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: Segoe UI;}
#footer a:hover { color: #000000; text-decoration: underline; font-weight: bold; font-family: Segoe UI;}
#footer a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: Segoe UI;}
#footer a:hover:visited { color: #FFFFFF; text-decoration: underline; font-weight: bold; font-family: Segoe UI;}
