.content.age {
	margin: 150px 0 0;
}

h1#logo {
	width: 139px;
	height: 57px;
	background: url(/assets/images/logo_james-boags-pure.png) no-repeat;
	text-indent: -5000px;
	margin: 0 auto 25px;
}

h2 {
	width: 163px;
	height: 11px;
	background: url(/assets/images/text_over-18.png) no-repeat;
	text-indent: -5000px;
	margin: 0 auto 15px;
}

.buttons {
	overflow: hidden;
	width: 165px;
	padding-left: 2px;
	margin: 0 auto;
}

.buttons a {
	display: block;
	width: 70px;
	height: 24px;
	text-indent: -5000px;
}

a.yes {
	float: left;
	background: url(/assets/images/button_age-yes.png) no-repeat;
}

a.no {
	float: right;
	background: url(/assets/images/button_age-no.png) no-repeat;
}

/* hide everything! */
#sidebar { display: none; }
#tagline { display: none; }
#navigation { display: none; }
#footer { display: none; }
