html, body {
height: 100%;
}

#fullpageheight {
	height: 100%;
}

body {
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin:0px;
	padding:0;
	height:100%;
	color:#6d6e71;  
	text-align:center;
	font-family: Verdana, Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-size:12px;
	background: #000;
}

#pattern {
	margin:0 auto;
	width:100%;
	height: 100%;
	background: #000;
}

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	background: url(../images2/idc2010splash.jpg) no-repeat center center;

}
#links {
	height:110px;
	left:510px;
	position:relative;
	top:384px;
	width:220px;
}
#links li {
	display: block;
	list-style-type: none;
	text-indent: -7777px;
}
#links li a {
	display: block;
	height: 37px;
	margin: 0px;
	width: 220px;
}
li a {
	background: url(../images2/underline.gif) no-repeat center -10px;
	height: 37px;
	width: 220px;
}
li a:hover {
	background: url(../images2/underline.gif) no-repeat center bottom;
}
