*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	outline:none;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body{
	background:#000;
	text-align:center;
}

#main{
	width:635px;
	margin:90px auto;
}
#main div, #main h1, #main ul {
	text-align:left;
	margin:3px;
	height:150px;
	width:150px;
	float:left;
	color:#999;
	display: block;
}

#main h1 {
	background: transparent url(../images/layout-splash/ilogo.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	width:300px;
	float:left;
}

#main ul li {
	list-style: none;
}

a{
	text-decoration:none;
	line-height:16px;
	color:#999;
	font-size:11px;
}
a:hover{
	color:#ccc;
}

#footer{
	background:#FEE111;
	height:40px;
	width:885px;
	margin: 0 auto 0;
	clear:both;
}
#footer h2 {
	display: block;
	width: 152px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/layout-splash/imember.gif) no-repeat top left;
	float: right;
	margin-right: 125px;
}

