div.boxi
{
	float:both;
	overflow: auto;
	padding: 10px;
	color: white;
	font-family: arial;
	font-size: 15px;
	max-width: 330px;
}
body
{
	background-color: black;
}
a
{
	color: white;
	text-decoration: none;
}
#container
{
	border:1px solid white;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	width: 1024px;
	min-height: 896px;
	margin-left: auto;
	margin-right: auto;
}
h3, h2
{
	color: white;
	text-align: center;
}
a:hover
{
	font-weight: bold;
}