html,body {
	margin: 0;
	padding: 0;
	width:100%;
	/*height:100%;*/
	text-align:center;
	overflow: scroll
}

body {
	background-color: #000;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	overflow:hidden;
	text-align:center;
}

a {
	outline:none;
}

img {
	border: 0px;
}

#container {
	margin:auto;
	width:1000px;
	height:684px;
}

#outer {
	width:100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;
	top: 50%;
} /* for explorer only*/

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	width:auto;
	height:auto;
	margin:auto;
	position: relative;
	top: -50%;
} /* for explorer only */

/* optional: #inner[id] {position: static;} */
	
*:first-child+html #outer[id] {
    position:relative;
} /* for explorer 7 only */
 
*:first-child+html #middle[id] {
    position: absolute;
    display:block;
    vertical-align:inherit;
    top: 50%;
} /* for explorer 7 only */

/* optional: *:first-child+html #inner[id] {position: relative;} */


#wrap #SearchContent a:link {color: #000000;}
#wrap #SearchContent a:visited {color: #000000;}
#wrap #SearchContent a:active {color: #000000;}
#wrap #SearchContent a:hover {color: #666666;}
#wrap #SearchContent a:visited:hover {color: #666666;}

#SearchContentHome a:link {color: #CCCCCC;}
#SearchContentHome a:visited {color: #CCCCCC;}
#SearchContentHome a:active {color: #CCCCCC;}
#SearchContentHome a:hover {color: #FFFFFF;}
#SearchContentHome a:visited:hover {color: #FFFFFF;}
