
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font: normal 0.8em Tahoma,Verdana,sans-serif;
	color:#FFFFFF;
/*	background-image:url(background.gif);*/
	background-repeat:no-repeat;
	background-position:center top;
}
a{
	text-decoration:none;
	color:#f30;	
}

/* heading tags */
h1 {
font-size:138.5%;
}
h1,h2,h3 {
margin:1em 0
font-family:Verdana, Arial, Helvetica, sans-serif;;
}
h2 {
font-size:123.1%;
}
h3 {
font-size:108%;
}
h1,h2,h3,h4,h5,h6 {
font-weight:bold;
}


/* structure */
.main {
	width: 740px;
	margin: 0 auto;
}

.header {
height:200px;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#fff;
	display:none;
}
#screenshot{
	position:absolute;
	border:1px solid #f30;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}


