#container {
	position:absolute;
	width:90%;
	right:5%;
	}
	
#heading  {
	width : 100%;
	height: 80px;
	color : darkblue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 4em;
	text-align : center;
	background-color : lightgrey;
	position : absolute;
	top : 40px;
	align : center;
	}


#body {
	position: absolute;
	top: 150px;
	background-color : #ffffff;
	font-size : 1em;
	width : 100%;
}

#body h1 {
	color : darkblue;
	font-family : arial ;
	font-size : 2.5em ;
	text-align : center;
	}

#body h2 {
	font-size : 2em;
	text-align : center ;
	color : #000066;
	font-family : arial ;
	}

#body h3 {
	font-color : #000066;
	}
	
	
a.button {
    /* Sliding right image */
    background: transparent url('images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 34px;
margin-right: 6px;
padding-right: 20px;
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

a.button span {
/* Background left image */ 
background: transparent url('images/button_left.png') no-repeat; 
display: block;
line-height: 22px;
padding: 7px 0 5px 18px;
}

a.button:hover {
    background: transparent url('images/button_right_act.png') no-repeat scroll top right; 
    outline: none; /* hide dotted outline in Firefox */
	color: black;
}

a.button:hover span {
   background: transparent url('images/button_left_act.png') no-repeat; 
    padding: 7px 0 5px 18px; /* push text down 1px */
}