body {
	background-color: #000000;
	background-image: url("images/background.png");
	background-repeat: repeat;
	}

div#page {
	width: 86%;
	background-color: #FFFFFF;
	margin: 70px auto;
	max-width: 60em;
	}

div#header {
	height: 80px;
	text-align: center;	
	}

div#main {
	padding: 2em;
	}
	
div#footer {
	background-color: #800080;
	padding: 10px;
	}

h1, h2, p, a {
    font-family: "Arial";
	font-weight: normal;
	}

h1 {color: #800080;
   	font-size: 2em;
   	margin-top: 30px;
    }    

p {color: #404040;
	font-size: 1em;
	text-align: justify;
	text-indent: 30px;
	}

img{
	max-width: 100%;
    height: auto;
    display: block;
	}

a {color: #800080;
	outline: none;
	text-decoration: none;
	font-size: 1em;
	}
	
a:hover {color: #268873;
	
	}
	
hr {width: 400px;
	height: 1px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #800080;
	color: #800080;
	}

#header h1 {
	padding-top: 50px;
	}

#footer p {
	color: #FFFFFF;
	text-align: center;
	text-indent: 0;
	}
	
#footer a {
	color: #FFA500;	
	}
	
#footer a:hover{
	color: #90EE90;
	}

