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

@import url(reset.css);

.cls{
	clear:both;
}

body{
	background-color:#73932c;
}

#wrapper{
	width:300px;
	margin:130px auto;
}

hgroup{
	margin-bottom:10px;
}

h1{
	font-size:x-large;
	color:#415d0c;
	margin-bottom:3px;
}

h2{
	font-size:larger;
}

#logo{
	background-image:url(../img/p-logo.png);
	width:298px;
	height:306px;
	margin-top:40px;
}

footer{
	width:300px;
	margin:auto;
	color:#003300; /*#415d0c*/
	text-align:center;
	position:absolute;
	bottom:20px;
}

footer a{
	color:#415d0c;
}