html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	background:#000000;
	font:Verdana
	font-size: 10pt;
	color:#666666;
}

#logo{
	text-align:center;
}

#outer {
	height:100%;
	/*ie6*/
	position: relative;
	width:100%;
}
#outer[id] {display: table; position: static;}

#middle {
	/* ie6 */
	position: absolute;
	top: 50%;
}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {
	height:600px;
	/* ie6 */
	position: relative; 
	top: -50%;
}

#image{
}

a:link {
	color:#000099;
}
a:visited {
	color: #0099FF
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #000099;
}
