@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
	}
a:focus {
	outline: none;
}
body{
	text-align: center;
	background:#9BBC19;
	border-top:#181512 10px solid;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#181512;
	line-height:140%;
	font-size:13px;
	}

#content{
	margin: 50px auto;
	text-align:left;
	width:270px;
	z-index:10px;
	}
#content h1{
	text-transform: uppercase;
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	}
#content img {
	padding-bottom:40px;
	}
#content p{
	padding: 0 0 12px 0;
	}
#content a{
	color: #181512;
	text-decoration:underline;
	}
#content a:hover{
	color:#9BBC19;
	text-decoration:none;
	background:#181512;
	padding:3px;
	}
.claim{
position:absolute;
bottom:0;
right:0;
width:375px;
height:245px;
background:url(claim.gif) bottom right no-repeat;
text-indent:-9999px;
z-index:0px;
}