@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff7e8;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a:link {color:#fff7e8; text-decoration:none;} /* unvisited link */
a:visited {color:#fff7e8; text-decoration:none;} /* visited link */
a:hover {color:#fff7e8; text-decoration:underline;} /* mouse over link */
a:active {color:#fff7e8; text-decoration:none;} /* selected link */

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
}

img {
	text-align: center;
	border: 0px;
}

#main_image {
	text-align: center;

}
#info {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 100px;
}

#logo {
	text-align: center;
}

#container {
	height: 600px;
	width: 900px;
}
