body {
	background-color: #003852;
	margin: 0px;
	text-align: center;
	}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#fec740;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}



#overall {
	margin: 0px;
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-image: url('sticker.png');
	background-repeat: no-repeat;
	background-position:right top;

	}
	
#maincontent {
	margin-left: auto; 
	margin-right: auto;
	width: 640px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 40px;
	color:#fff;
	}
	
	


textarea {
	margin-left: auto; 
	margin-right: auto;
	width: 640px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 40px;
}

