html,body,img,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,pre,form,blockquote,fieldset,input,div { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }
:link,:visited { text-decoration:none;  }
table { border-collapse:collapse; border:0px; }
ul,ol { list-style:none; }
img { border:0px; vertical-align:bottom; padding:none; margin:none; }

body{
	background-image:url(images/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


.main{
	margin:0 auto;
	width:477px;
	text-align:center;
	color:#b6d532;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:20px;
}

.main h1{
	font-size:36px;
	margin-bottom:180px;
	color:white;
}

.main p{
	margin-top:10px;
}

.main p a{
	color:#b6d532;
}

.main p a:hover{
	text-decoration:underline;
}