.container{
	width: 750px;
}

body{
	margin: 10em 2em;
	background-color: #04202e;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .7em;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6{
	color: #fff;
	margin-top: 1em;
}

a, a:link, a:visited{
	color: #fff;
}

a:hover, a:active{
	color: #fff;
	text-decoration: none;
}

hr{
	background-color: #44687d;
	color: #44687d;
	margin-bottom: .75em;
}

p.large{
	margin-bottom: .75em;
	color: #bac9d1;
	line-height: 1.7em;
}

p.large a{
	border: solid #f4ed73;
	border-width: 0 0 1px 0;
	background-color: transparent;
	padding: .2em .25em .1em .3em;
	color: #bac9d1;
	text-decoration: none;
}

p.large a:hover, p.large a:active{
	color: #6a5e16;
	background-color: #f4ed73;
	border-radius: 3px;
}

img.tab{
	display: block;
	margin: 1.5em 0 1em 0;
}

div.brands{
	position: relative;
	margin: 1em 0 2em 0;
	text-align: center;
}

div.brands a{
	color: #7e99aa;
	text-decoration: none;
}

div.brands a:hover, div.brands a:active{
	color: #a8bbc6;
	text-decoration: none;
}

div.brands img{
	margin-bottom: .5em;
}

#footer{
	margin-top: .5em;
	color: #7e99aa;
}

#footer a{
	color: #7e99aa;
	text-decoration: underline;
}