body,html {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	background:#595959;
}

#outer { height: 100%; width:100%; }
#outer[id] { display: table; padding:0; margin:0; position: static; }

#middle { text-align:center; } /* for explorer only*/
#middle[id] { display: table-cell; vertical-align: middle; position: static; background:none; }

#contentHolder { position: relative; left:0px; top:0px; width:760px; height:600px; } /* for explorer only */
#contentHolder[id] { position: static; }

#mainHolder {
	height:560px;
	margin-bottom:20px;
}

div#bottomInfo {
	margin-top:35px;
	color:#999999;
	font-size:11px;
}
div#bottomInfo a {
	color:#999999;
}
div#contactInfo {
	width:400px;
	text-align:left;
	padding-top:100px;
}
div#contactInfo {
	font-size:14px;
	line-height:20px;
}
a {
	color:#CCCCCC;
}
a:hover {
	color:#FFFFFF;
}

div#fileFrame {
	border-top:1px solid #999;
	height:520px;
	border:1px solid #999;
	padding:5px;
	overflow:auto;
	text-align:left;
}
div#fileFrame a.folder {
	font-size:15px;
	text-decoration:underline;
}
div#fileFrame table.file {
	width:97%;
	border-bottom:1px solid #999;
	margin-bottom:5px;
	padding-bottom:5px;
}
div#fileFrame table.file td {
	text-align:left;
	vertical-align:top;
}