/*
#############################################
general
#############################################
*/

* {
 margin:0px;
 padding:0px;
}
body {
	font-family: Arial, sans-serif;
	color: #000000;
}
div#wrapper {
 width:600px;
 height:800px;
 margin:0 auto 0 auto;
 text-align:center;
}
p {
	line-height:160%;
}
a {
 font-size:1em;
 color:#000000;
 text-decoration:underline;
}
a:hover {
 text-decoration:none;
}
h1 {
	font-size: 1.4em;
	padding:20px 0 10px 0;
	color:#003300;
	font-weight:normal;
	text-align:center;
}
a#logo {
	display:block;
	width:300px;
	height:300px;
	margin:0 auto 20px auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
