@charset "utf-8";
* {margin:0;padding:0;} 

html, body {
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#0066FF;
	background-color: #000033;
	background-image: url(/layout/bg_bk-bl_1x250.png);
	background-repeat: repeat-x;
	background-position: top;
	}

p {	text-align:center; }
a { text-decoration:none;	}

#wrap {min-height: 100%;}

#header { height:50px; }

#main {
	overflow:auto;
	padding-bottom: 50px;
	}

#main a img {
	margin: 100px;
	border: thin solid #000000;
	}

#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;
	} 

body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
