/* CSS Document */

body{
	padding:0;
	margin:0;
	color:#3256B6;
	background-color: #e5eaf8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}

/*------------------------------------------------body start---------------------*/
#body{
	width:100%;
	height:449px;
	left: 0px;
	top: 0px;
}
	
/*------------------------------------------------body end---------------------*/

/*------------------------------------------------footer start---------------------*/
#footer{
	width:100%;
	height:81px;
	position: fixed;
	bottom: 0%;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #000000;

	

/*------------------------------------------------footer end---------------------*/
.footer 
a:link {
	color: #FFFFFF;
	text-decoration: none;

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
