* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#0253c1;
}

.wrapper {
	min-height: 100%;
	height: 100%;
	margin: 0pt auto;
	text-align:center;
	width:900px;
}

.header {
	margin-top:0px;
	background-color:#FFFFCC;
	height:130px;
}


.content {
 	color:#000000;
	background-color:#000000;
 	height:auto;
	text-align:left;
}

.footer{
	height: 25px;
	background-color:#ffffff;
	text-align:center;
	font-size: 12px;
	font-family: verdana;
}

a img:hover {
    border: #000000 dashed 1px;
}

a img { border: 1px solid #000000; }


a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover {
    color:#FFFFFF;
    text-decoration: none;
    }

a:active {
    color: #FFFFFF;
    text-decoration: none;
    }
	
a:visited {
    color: #FFFFFF;
	text-decoration: none;
	}
	
