@charset "utf-8";
/* CSS Document */

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
}

#print_header { display:none; }

/* --------------------------------------------- TYPE */

body {
	font-family: Verdana;
	font-size:0.9em;
	line-height:16pt;
	color:#ffffff;
}


/* --------------------------------------------- LAYOUT */

body {
	background:url('../img/background.gif') top left repeat;
}

#container {
	margin:0 auto;
	width:1010px;
	text-align: center;
}

#container img {
	border: none;
	margin-top: 50px;
}