*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #E0E7FF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #E0E7FF;
}

body {
	
	background: #62993B url(img/back_all.jpg) fixed no-repeat;
	background-size: 100% 100%;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
	background-position: center;
}

#main {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	background-color: #62993b;
	border-radius: 25px;
    border: 6px solid #FFFFFF;
    padding: 35px;
	min-height: 150px;
	width: 80%;
    max-width: 800px;
}

#tr {
    position: absolute;
	top:-3px;
	right:-3px;
}

#bl {
    position: absolute;
	bottom:-3px;
	left:-3px;
}

#main p {
	font-size: 16px;
}
