/* RESET */

html, body, div, span, applet, object,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

p {
	line-height: 20px;
	font-size: 12px;
	margin: 0 0 1em 0;
	color: #8d9199
}

strong {
	color: #D6A839
}

span.amp {
	font-size: 70%;
}

/* main styles */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(http://antboom.com/img/bg.png);
	margin: auto;
	padding: 0;
	color: #fff;
	width: 960px;
	text-transform: capitalize;
text-shadow: 0px 2px 2px #1b2233;
}

p{
	line-height: .8em;
	margin: 0 0 0.0em 0;
	font-size: 20px;
	text-align: center;
text-shadow: 0px 2px 2px #1b2233;

}

h2 {
	font-size: 3em;
	margin: 0 0 10px 0;
	color: #f0f0f0;
	text-shadow: 2px -1px #222;

}

#content {
	text-align: center;
	padding: 50px
}

#content a {
position: relative;
margin: 0 50px;
top: -90px;
text-transform: uppercase;
letter-spacing: 2px;
}

a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 0px 2px 2px #1b2233;
}

a:hover {
color: #f6862c;
text-shadow: 0px 2px 2px #1b2233;
}