
body { 
	text-align: center; 
	color: #ffffff; 
	font-weight: 200;
	background-color: #000000; 
	background: url(images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a { color: #dddddd; text-decoration: none; }
h1 { font-size: 40px; font-weight: 200; text-transform: uppercase; }
h3 { margin: 0; font-weight: 200; line-height: 30px; }
.branding { padding: 20px 0 40px 0; width: 70%; margin: 0 auto; }
.branding .logo { margin: 40px 0; } 
.bottom-border { border-bottom: 1px solid white; }
.open-sans { font-family: 'Opens Sans', sans-serif; }
.red { color: red; }
.alert { background: red; font-size: 16px; font-weight: 500; width: 100% }
.alert span { display: block; font-style: italic; padding: 10px; }
.strike { text-decoration: line-through; }
.links a { text-transform: uppercase; font-size: 28px; line-height: 42px; color: red; }
.links a:hover { color: #ffffff; }
.links { margin: 40px 0 0 0; }
.friends a { color: #cccccc; }
.friends a:hover { color: #aaaaaa; }
.friends h3 { color: #aaaaaa; font-size: 24px; }
.friends div { display: inline-block; margin: 10px 20px; }
