/* CSS Document */

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

#mainContainer{
	background: #BA1215;
	margin: auto;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	width: 50%;
	color: white;
	font-family: sans-serif;
}

/*Link styling*/

ul {list-style: none;}

a:link, a:visited {
    /*background-color:#760B0D ;
    color: white;*/
    padding: 4px 0;
    text-align: center; 
    text-decoration: none;
    /*display: inline-block;
	width: 10em;
	border-radius: 4px;
	margin-top: 2px;*/
}

a:hover, a:active {
    background-color: black;
	color: white;
}

li {
	padding-bottom: 8px;
}

img {padding: 10px,10px, 10px, 10px;
}











/**************************** FOOTER ********************************/

#footer {
	
}