html{
	height:100%;
	background:#DFEAF4 url(../img/bg-splash-html.png) repeat-x 0 0;
}
body{
	margin:0;
	padding:0;
	height:100%;
	font:62.5%/1.2 Verdana, Tahoma, sans-serif;
	color:#666;
}
div.container{
	width:100%;
	overflow:hidden;
}
a img{
	border:0;
}
a{
	color:#666;
}
a:hover{
	text-decoration:none;
}
#page{
	width:1002px;
	overflow:hidden;
	min-height:100%;
	font-size:1.1em;
	background:#F0F6FC url(../img/bg-splash-page.jpg) no-repeat 0 0;
}
* html #page{
	height:100%;
	overflow:visible;
}
#page h2{
	margin:50px 0 0 480px;
	color:#fff;
	font:2em Arial, Helvetica, sans-serif;
}
#content{
	width:550px;
	overflow:hidden;
 margin:100px 0 0 286px !important;
	margin:40px 0 0 286px;
}
#content h1{
	margin:0;
	float:left;
}
#content h1 a{
	width:189px;
	height:64px;
	float:left;
	margin:50px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/bg-splash-logo.png) no-repeat 0 0;
}


#content p{
	margin:12px 0 0;
	text-align:justify;
}


ul#multi, ul#multi li {
 margin:0;
 padding:0;
 list-style: square;
 color:#333333;
}

ul#multi{
	width:600px;
	margin:0 0 110px;
	padding:20px 0 10px;
	list-style:none;
}

ul#multi li{
 float:left;
 width:160px;
 margin-left: 1%;
 display: inline;
 padding:4px 0 0 18px;
background:url(../img/bg-splash-bullet.gif) no-repeat 0 6px;
}

ul#multi li a{
	color:#FFFFFF;
	text-decoration:none;
}
ul#multi li a:hover{
	text-decoration:underline;
}

#footer{
	width:100%;
	overflow:hidden;
	margin:17px 0 0;
	padding:14px 0 0;
	color:#898989;
	border-top:1px solid #D1D6DA;
}