html,body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
}

body,div,td,input,option,textarea,a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.3em;
	color:#4d4d4d;
	text-decoration:none;
}

.index {
	width:100%;
	height:100%;
	display:table;
	#position: relative;
	overflow: hidden;
}

.index div {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.index div a {
	#position: relative;
	#top: -50%;
	display:inline-block;
	width:300px;
	height:165px;
	overflow: hidden;
	text-indent: -10000px;
	text-align: left;
	overflow: hidden;
	background: url(/images/ajax-loader.gif) center center no-repeat;
}

