* html {
	margin: 0;
	padding: 0;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html,body {
	font: 14px "Trebuchet MS", Tahoma, Helvetica, Verdana, sans-serif;
	background:#009999;
	color: white;
}
html {	
	height:100%;
	cursor: url("images/aero_arrow.cur"), auto;

}
#page {
	position: relative;
	min-width: 800px;
}

.header {
	width:100%;
	height:100px;
	font-size:60px;
}

.logo {float:left;}

.content {
	position:relative;
	background:#66cccc;
	width:100%;
	min-height:400px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.content p {padding:5px;}

.footer {
	width:100%;
	height:100px;
	padding: 10px 0;
	display:block;
	text-align:center;
}
a, a:hover, a:visited {color:white; text-decoration:none;}
#att {font-size:22px;padding:20px;} 
