

body {
	margin: 0 auto;
	width: 900px;
    padding: 0;
	background: #fff repeat center top;;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	overflow-y: scroll!important;        
}
#maincontent { 
    position:absolute;
	height: 120px;
	background: #f5002e no-repeat center;
}
#spacer { 
    position:relative;
	top: 120px;
    width: 900px;
	height: 20px;
	background: #7c7a7c no-repeat right;
}
#prologue { 
    position:absolute;
    width: 900px;
	height: 40px;
	top: 150px;
	left: 10px;
	text-align: center;
}
#myMessage {
	position:absolute;
	width: 900px;
	top: 520px;
}
#message1 { 
	position: relative;
	width: 900px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 20px;
	border-style: solid;
	border-color: red;
}

#header { 
	position:absolute; 
	top: 15px;
//	left: 10px;
	width: 100%;
	text-align: center;
	font-size : 2.5em;
	font-weight: 700;
}

#header  a { 
	text-decoration: none;
	color: white;
}

#myIcons {
	width: 900px;
}


#headTable{
    width: 850px;
    border-collapse:collapse;
    
}
#headTable td, #headTable tr{
    border:1px solid #000;
    padding:3px 3px 3px 3px;

}

#headTable th {
    font-size:1.2em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    padding-left:7px;
    background-color:#000;
    color:#fff;
}

#myFooter {
	position:absolute;
	top: 1030px;
	text-align: center;
	width: 900px;
}
#myFooter a {
   text-decoration: none;	
}
