body, header, html, h1, h2, li, section, ul { font-size: 100%; font-weight: normal; margin: 0; padding: 0; }

header, section { display: block; }

ul {
	list-style: none;
	text-align: right;
}

a, input { outline: 0; }

img { border: 0; }

body {
	background: url("../images/bg.png") repeat-x #f6f7f8;
	color: #999999;
	font: 12px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px #fff;
}

a {
	color: #999999;
	text-decoration: underline;	

}

a:hover {
	color: #999999;
	text-decoration: underline;
}

#container {
	height: 430px;
	left: 50%;
	margin: -213px 0 0 -270px;
	position: absolute;
	top: 50%;
	width: 540px;
}

.logo {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 540px;
}

.showreel {
	top: 50px;
	left: 0px;
	position: absolute;
	width: 540px;
}

.social {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 250px;
	text-align: right;
}

.footer {
	top: 390px;
	left: 0px;
	position: absolute;
	width: 540px;
}

.footer ul li {
	margin-bottom: 5px;
	text-align: center;
}
