* {
    margin: 0;
	padding: 0;	
}

html,body {
	margin: 0;
	padding: 0;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	background: transparent url(images/tile_bg_test.jpg) repeat 50% 0%;
	width: 100%;
	height: 100%;
}

#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -125px;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	color: #00b7f1;
}

a:link, a:visited, a:active {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #00b7f1;
	font-size: 12px;
	text-decoration: none;
}

ul, li {
	list-style-type: none;
	display: inline;
}

#main_image {
	width: 1024px;
	height: 650px;
	margin: 0px auto;	
}

.push {
	clear: both;
	height: 125px;
}

#bottom_container {
	width: 100%;
	min-width: 1024px;
	background: #343796;
	margin-left: auto;
	margin-right: auto;
	height: 125px;
}

#bottom_links {
	width: 1024px;
	padding: 10px;
	margin: 0px auto;
}

.link_box {
	width: 1024px;
	float: left;
	color: white;
	text-align: center;
}

.credits {
	clear: left;
	font-size: 8px;
	color: #00b7f1;
	text-align: center;
	padding-top: 50px;
}

.credits a:link, .credits a:visited, .credits a:active, .credits a:hover {
	font-size: 8px;
	color: white;
}