@charset "utf-8";
/* CSS Document */

html, div, p, ul, li, ol, menu, form, fieldset, h1, h2, h3, h4, h5, h6   {
	margin: 0;
	padding: 0;
	height: 50%;
}	
	
body {
	list-style: none;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}

#container {
	height: auto;
	width: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

.clearer {
	height: 400px;
	width: 960px;
	clear: both;
}
table {
	height: 183px;
	width: 960px;

	
}

#select {
	height: 183px;
	width: 960px;

	
}

tr {
	text-align: center;
	vertical-align: middle;

	
}
