html { min-height: 100%; }
/*body { background: url('http://battlelog-cdn.battlefield.com/public/bg-bf3.jpg') center center no-repeat; font-family: Arial, sans-serif; }*/
body {
	font-family: Arial, sans-serif;
}

.container { width: 700px; margin: 200px auto; background: #f4f4f4; border-top: 1px solid white; box-shadow: 0 0 5px rgba(000,000,000,0.5); }
.teaser { margin: 20px 0; background: #ececec; border-top: 1px solid #fff; border-bottom: 1px solid #dfdfdf; padding: 10px; text-align: center; box-shadow: 0 1px 0 #fff, 0 -1px 0 #dfdfdf; }
.footer { font-size: 12px; text-align: center; margin: 15px 0 -5px; color: #aaa; }
	.footer a { color: #88f; }

h1 { font-family: 'bebasNeueRegular', Arial, sans-serif; font-weight: normal; margin: 10px; text-shadow: 0 1px 0 #fff; }
p { font-size: 12px; margin: 0 15px; }