/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #324cd5;
}

div#contentContainer{
	height: 640px;
	width: 800px;
	position:relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img#logo {
	float: left;
}
	
table#buttonRow {
	width: 800px;
}


#buttons {
	margin: 0px;
	padding: 0px;
	float: left;
}

#buttons img {
	float: left;
}