*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,#bg,#bg table,#bg td,#content {
	width:100%;
	height:100%;
	overflow:hidden;
	scrolling:no;
}

p {
	font-family:verdana;
	color:#393939;
	text-align: left;
	font-size:small;	
}

h1 {
	font-family:verdana;
	color:#282828;
	text-align: center;
	font-size:small;
	font-style:normal;
	font-weight: normal;
}
	
a:link {color:#282828; text-decoration:none;}      /* unvisited link */
a:visited {color:#282828; text-decoration:none;}  /* visited link */
a:hover {color:#808080; text-decoration:none;}  /* mouse over link */
a:active {color:#808080; text-decoration:none;}  /* selected link */

body {
	font-family:Arial;
	font-size:10px;
	color:#000;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	display:block;
}
#content {
	position:absolute;
	left:-2px;
	z-index:70;
	overflow:auto;
	top: 0px;
}

#footer {
	position:fixed;
	bottom:30%;
	//background:#ffffff;
	text-align:left;
	//padding:10px;
	//width:20%;
}
