html {
	width:100%;
	height: 100%;
}



body {
	background: url(../img/Background.gif);
	padding: 10px;
}



h1, h2, h3, h4, h5 {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 20px 20px 10px;
}



p.default {
	color: #202020;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px 5px 0px 5px;
}



a:link {color: #202020; text-decoration:none;}
a:visited {color: #505050; text-decoration:none;}
a:hover {color: #707070; text-decoration:none;}
a:active {color: #404040; text-decoration:none;}


#box_main {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	height: auto;
}

