/*   Stylesheet: indesign degree show ************  Author: Alex Baker	*/

* {
   margin:0px;
   padding:0px;
   /*border:1px solid #555;/* check border */
}

html,
body {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 11px;
   color:#AAA;
   
   background-color: #FFF;
   
   text-align: center;
}

#page{
	width: 975px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #FFF;
}

#header{
	background: #FFF; /*date*/
	margin: 20px 0 5px 0;
	height:40px;
}

#header h1,
#header h2{
	display:none;
}

ul{
	display:none;
	list-style: none;
}

#main{
	border:1px solid #555;
	height:560px;
}

#footer{
	position:relative;
	margin-top:-560px;
	height:680px;
	/*background:#666;/**/
}

#footer img{
	margin-top:570px;
}