/* v1.0 | 20080212 */
/* 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: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset */


body {
background-color: #000;
color:#000;
line-height: 0px;
font-family: "Times New Roman", Times, serif;
}

div#outer{
position: relative;
width: 970px;
height: 900px;
margin: 0px auto;
background-color: #000;
}

div#posterLeft{
position: relative;
width: 554px;
height: 900px;
margin: 0px auto;
background-color: #000;
float: left;
}

div#posterRight{
position: relative;
width: 416px;
height: 900px;
margin: 0;
padding: 0;
background-color: #000;
float: left;
}

.floatLeft{
  float: left;
}

a.appleOver {
	display: block;
	width: 44px;
	height: 52px;
	background-image: url('../images/macBtn.jpg');
}

a.appleOver:hover {
	background-position: center bottom;
}

a.twitterOver {
	display: block;
	width: 42px;
	height: 52px;
	background-image: url('../images/twitterBtn.jpg');
}

a.twitterOver:hover {
	background-position: center bottom;
}

a.facebookOver {
	display: block;
	width: 61px;
	height: 52px;
	background-image: url('../images/facebookBtn.jpg');
	clear: right;
}

a.facebookOver:hover {
	background-position: center bottom;
}

a.purchaseOver {
	display: block;
	width: 329px;
	height: 87px;
	background-image: url('../images/purchaseBtn.jpg');
}

a.purchaseOver:hover {
	background-position: center bottom;
}

a.moreHatchOver {
	display: block;
	width: 352px;
	height: 93px;
	background-image: url('../images/moreHatchlingBtn.jpg');
	clear: right;
}

a.moreHatchOver:hover {
	background-position: center bottom;
}

a.movieLinkOver {
	display: block;
	width: 345px;
	height: 210px;
	background-image: url('../images/movieLinkBtn.jpg');
}

a.movieLinkOver:hover {
	background-position: center bottom;
}

a.hatclingLogo {
	display: block;
	width: 116px;
	height: 85px;
	background-image: url('../images/hatchlingBtn.jpg');
}

a.hatclingLogo:hover {
	background-position: center bottom;
}
