html{
	min-height: 100%;
}

body{
	background-color: #000;
	color: #FFF;
	min-height: 100%;
	background-image: url(/assets/images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

h1, h2, h3, h4, h5, h6{
	color: #FFF;
}

a{color: #C00;}
a:hover{color: #FFF;}

ul{list-style-type: none;}
li{margin-top: 15px;}

dt{margin-top: 15px; color: #C00; font-weight: bold;}

#header{background-image: url(../images/header.png);}

#main-content{
	margin-top: 50px;
}

#footer{
	color: #C00;
	text-align: center;
	margin-top: 20px;
}
#footer a{
	color: #C00;
}
.page-title{
	padding-bottom: 10px;
}

.page-image{
	margin-top: 30px;
}

.big-red{color: #C00; font-size: 13px;}

