/* Stylesheed by Stefan Ehrenfeld @ http://www.kleinermann-webdesign.com | Copyright 2010 */

/*General */
html {
	background-color: #000;
	color: #fff;
}
body {
	text-align: center;
	margin: 0px;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 950px;
}
img {
	border: none;
	margin: 0;
}
#trailer {
	position: absolute;
	left: 357px;
	top: 850px;
}
#amazon_top {
	position: absolute;
	left: 659px;
	top: 80px;
}
#amazon_middle {
	position: absolute;
	left: 218px;
	top: 918px;
}
#amazon_bottom {
	position: absolute;
	left: 450px;
	top: 1736px;
}
#australia {
	position: absolute;
	left: 339px;
	top: 1790px;
	display: block;
	width: 280px;
	height: 37.5px;
	background: url('../images/au_button.jpg') no-repeat 0 0;
}
#australia:hover {
	background-position: 0 -37.5px;
}
#email {
	position: absolute;
	left: 411px;
	top: 1835px;
	display: block;
	width: 134px;
	height: 24.5px;
	background: url('../images/email.jpg') no-repeat 0 0;
}
#email:hover {
	background-position: 0 -24.5px;
}

#parental {
	position: absolute;
	left: 87px;
	top: 1835px;
}

#header {
	display: none;
}

#wrapper p, #wrapper h2 {
	display: none;
}

#kleinermann {
	display: block;
	width: 280px;
	height: 37.5px;
	position: absolute;
	left: -43px;
	top: 50px;
}

a, a:active, a:hover, a:visited {
	color: #454545;
	font-size: .7em;
	text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}

