* {
	margin:0;
	padding:0;
}

A:link {text-decoration: color: #333;
	color: #FFB380;
}
A:visited {text-decoration: color: #333;
	color: #FFB380;
}
A:active {text-decoration: color: #333;
	color: #FFB380;
}
A:hover {text-decoration: underline; color: #666666;}


html, body {
	height:100%;
}

body {
	text-align:center; /* IE 5.x centering fix */
	background-color: #333;
}

#container {
	width:500px;
	min-height:100%;
	text-align:left; /* return to normal after IE 5.x fix */
	margin:0 auto;
	overflow:hidden;
	background-color: #F60;
}

* html #container { /* lte IE6 */
	height:100%; /* IE treats min-height as height */
	overflow:visible; 
	/* 
		height screws up overflow:hidden, but haslayout gives us the same
		thing in IE6/earlier so set back to 'visible'
	*/
}


#main {
	width:500px;
	min-height:100%;
	text-align:left;
	height: 350px;
	background-color: #FF6600;
	margin-top: 150px;

}

#skip {
	width:490px;
	height:50px;
	text-align:center;
	background-color: #FF6600;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;

}
