/*== Portal level: main.css ==*/
html, body {background: #000 url(/images/bg.jpg) repeat; background-attachment: scroll; height: 100%;}

/*== positioning To the top ==*/
body#splash div#shiv {
	margin-top: -650px;	/* Half the height of div#centered. */
}

/*== Positioning to the center ==*/
body#splash div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 700px;
}

div#shiv { margin-top: -450px; /* Half the height of div#centered. */ }
div#centered { width: 1000px; height: 900px; margin: auto; }

#headerswf {position: absolute;  margin: 0 auto; z-index: 1000; height: 220px;}
#content {padding-top: 20px; margin: 0 auto; margin-top: 110px;}
.container {border: 0;}

.make-list {margin-top: 180px}
.make-list p {margin: 0 auto;width: 225px;font-weight: bold;}
.make-list .makeList {height: 60px; width: 480px;}
.makeList ul{list-style:none; text-align:center; padding:0}
.makeList li{padding:0;}
.make-list .makeList ul li a {display:block; float: left; height: 30px;  padding: 0 5px; width: 150px;}