body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
	center
*/
#outer {
	height: 400px; 
	overflow: hidden; 
	position: relative;
}



#outer[id] {
	display: table; 
	position: static;
}



#middle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/



#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}



#inner {
	position: relative; top: -50%
} /* for explorer only */



/* optional: #inner[id] {position: static;} */

body, html {
	height: 100%;
}



#outer {
	height: 100%; 
	overflow:hidden;
	width:100%;
} /* or without overflow */



#middle{
	width:100%;
}

a {
	color:#012C61;
}

a:hover{
	color:red;
}