body {
	background-image: url("background2.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
	float: none;
}
#main br {
	text-align: justify;
}
p {
	color: white;
	font-size: 19px;
	font-family: majesti banner;
	padding: 10px;
	margin: 10px;
	text-align: center;
    }
	h4 {
	color: white;
	font-size: 19px;
	font-family: majesti banner;
	padding: 10px;
	margin: 10px;
	text-justify: auto;
	text-align: justify;
    }
	h1 {
    color: white;
    font-size: 40px;
    font-family: athelas;
    }
h2 {
    color: white;
    font-size: 50px;
    font-family: athelas;
	margin-bottom:auto;
    }
ul {
    color: #BE1E2D;
    font-size: 30px;
    font-family: athelas;    
}
a:link {
    color: white;
    background-color: transparent;
    font-size: 25px;
    font-family: majesti banner;
    text-decoration: none;
    border: none;
    padding: 10px;
    margin: 20px;
}
a:visited {
    color: white;
    background-color: black;
    text-decoration: none;
    border: none;
    padding: 10px;
    margin: 20px;
}
a:hover {
    color: #BE1E2D;
    background-color: none;
    text-decoration: none;
    border: none;
    padding: 10px;
    margin: 20px;
}
a:active {
    color: #BE1E2D;
    background-color: transparent;
    text-decoration: none;
    border: none;
    padding: 10px;
    margin: 20px;
}
#header{
	color: white;
    font-size: 15px;
    font-family: majesti banner;
    border: none;
    padding: 0px;
    margin: 0px;
	background-color: none;
}
#footer {
	color: white;
    font-size: 15px;
    font-family: majesti banner;
    border: 1px transparent black;
    padding: 10px;
    margin: 10px;
	background-color: none;
}