/* --- CSS Reset
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
img { vertical-align: middle; }
ol, ul {
	list-style: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
:focus, :active {
	outline: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* --- Age Gate
-------------------------------------------------------*/
body {
	color: #fff;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: #000 url(../../assets/codbo/images/bg-body-age-gate.jpg) no-repeat center top;
	}
	a {
		color: #fff;
		text-decoration: none;
		}

body > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 630px;
	height: 588px;
	margin: -294px auto auto -315px;
	}
	div h1 + div {
		width: 594px;
		height: 155px;
		margin-bottom: 190px;
		padding-top: 26px;
		background: url(../../assets/codbo/images/age-gate-content-bg.png) no-repeat center top;
		}
		h2 {
			text-indent: -9999px;
			width: 201px;
			height: 16px;
			margin: 0 auto 7px;
			background: url(../../assets/codbo/images/en/enter-age-for-access.png);
			}
		input[type=text] {
			display: block;
			color: #62967c;
			font-family: "Courier New", Courier, monospace;
			font-size: 42px;
			font-weight: bold;
			text-align: center;
			width: 52px;
			height: 42px;
			margin: 0 auto 6px;
			padding: 0 0 0 0;
			border: none;
			border-bottom: 1px solid #62967c;
			background: transparent;
			}
		input + p {
			text-indent: -9999px;
			width: 37px;
			height: 12px;
			margin: 0 auto 17px;
			background: url(../../assets/codbo/images/en/years.png);
			}
		input[type=image] {
			display: block;
			margin: 0 auto;
			}

h1 {
	text-indent: -9999px;
	width: 281px;
	height: 75px;
	margin: 0 auto 30px;
	background: url(../../assets/codbo/images/call-of-duty-black-ops-logo.png);
	}

#ftr {
	font-size: 9px;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	background: url(../../assets/codbo/images/bg-ftr.png) no-repeat center top;
	}
	#ftr > p a {
		padding: 2px 0 2px 16px;
		background: url(../../assets/codbo/images/ftr-arrow.png) no-repeat left center;
		}
	#ftr div p + p {
		line-height: 18px;
		margin-bottom: 2em;
		}
		#ftr div p + p a {
			padding: 2px 0 2px 16px;
			background: url(../../assets/codbo/images/ftr-arrow-up.png) no-repeat left 1px;
			}
	#ftr div p + p + p {
		font-size: 12px;
		}
		#ftr div p + p + p a {
			font-size: 12px;
			padding: 0;
			background: none;
			}
			#ftr div p + p + p a:hover { text-decoration: underline; }