html {
	margin: 0;
	min-height: 100%;
	
}

body {
	background-color: #000;
	width:1024px;
	height: 100%;
	text-align: right;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #ccc;
	width:1024px;
	font-size: 12px;
	}


/*#upperlist {
	background-color: #366;
	margin-top: 0;
	margin-left: 0;
}*/

.nav-wrap { margin-left: 90px auto;  background-color: rgba(0,0,0,0.6); border-top: 3px solid #CCC; border-bottom: 2px solid white; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#upperlist { margin: 0 auto; list-style: none; float: right; width: 960px; }
#upperlist li { display: inline; }
#upperlist li a { color: #09F; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#upperlist li a:hover { color: #6FC; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #000; }


/* #upperlist ul {
	float: right;
	vertical-align: middle;
	list-style: none;
	margin-top: 40px;
}
#upperlist li {
	display: inline;
	font-size: 24px;
	text-decoration: none;
	padding: 6px;
}

#upperlist a:link{
	color: #CFC;
	text-decoration: none;
}

#upperlist a:active {
	color:# 6F9;
	text-decoration:none;

}
#upperlist a:hover {
	color:#9CF;
}
#upperlist a:visited {
	color: # F9F;
	text-decoration:none;
}
*/
#bodystuff {
	background-color: #333;
	float: left;
	min-height:100%;
	margin: 30px auto;
	width:1024px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: left;
	
	
}
#bodystuff a:link{
	color:#09F;
	text-decoration:none;
}

#bodystuff a:hover {
	color:#66FFCC;
	text-decoration:none;
}
#bodystuff a:visited {
	color:#996969;
	text-decoration:none;
}

</style>
