/* author: hakim jamal - hakim@thoughtography.net */

body {
	background: #ffffff;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 65%;
	overflow: auto;
}
#mainframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.splash {
	margin-left: auto; 
	margin-right: auto; 
	width: 333px;
}
a, a:link {
	font-size: 1em; 
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-size: 1em;
}