body {
background: #000000;	
color: #ffffff;	
}

#banner {
background: url('images/banner-1.jpg');
margin: 0 0 25px 0;
height: 150px;
}

#mainbody {
background: url('images/background.jpg');
margin: 25px auto auto;
min-height: 800px;
width: 1000px;	
}

.column {
background: black;
float: left;
font-size: 24px;	
height: 600px;
margin-right: 25px;
text-align: center;
width: 300px;
}

.column h1 {
font-size: 30px;
font-weight: bold;	
}

.tile {
border: 3px #CC0033 solid;
border-radius: 25px;
height: 300px;
margin: 0 0 15px 0;
padding: 1%;
}

a {color: white;}