/* CSS Document */
html
{
	height: 100%;
}

body
{
	font-family: "Open Sans",sans-serif;
    font-weight: 400;	
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	height: 100%;
	color: #222;
}

#wrapper
{
	min-height: 100%;
	background: url(/assets/img/blackmamba.png) repeat scroll 0 0 #000;
}

#outerContainer
{
	background: #fefefe;
	border-top: 10px solid #d41637;
}

/* headers */

h1
{
	color: #d41637;
}

/* links */
a { color: #d51931; text-decoration: none; }
a img { border: 0; }
a:hover, a:focus { text-decoration: underline; }
