html, body {
	background: url('../images/background.png');
	background-repeat: repeat;
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;}

#message{
	width:60%;
	padding:1%;
	background:#FFFFFF;
	border:8px solid #E8E8E8;
	margin:5% auto;}


#footer{
	width:60%;
	padding:1%;
	opacity:0.5; 
	border:8px solid #000000;
	background:#000000;
	margin:5% auto;}


#footer a{
	margin-right:20px;
	color:#666666;
	text-decoration:none;}

#footer a:hover{
	color:#cccfcc;}
