@charset "UTF-8";

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
body {
	background-image: url(../images/global/bg-home.jpg);
	background-attachment: fixed;
	background-position: center top;
	margin-top: 30px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.ea-logo {
	width: 440px;
	height: 390px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/global/ea-logo-home.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#nav {
	width: 800px;
	height: 61px;
	margin: 50px 0 0 113px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	margin-right: 20px;
	display: inline;
}
.btn {
	height: 61px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
a#btn-overview:link, a#btn-overview:visited, a#btn-overview:active {
	width: 184px;
	background-image: url(../images/nav/home/overview.png);
}
a#btn-awards:link, a#btn-awards:visited, a#btn-awards:active {
	width: 226px;
	background-image: url(../images/nav/home/awards.png);
}
a#btn-nominate:link, a#btn-nominate:visited, a#btn-nominate:active {
	width: 247px;
	background-image: url(../images/nav/home/nominate.png);
}
a#btn-overview:hover {
	background-image: url(../images/nav/home/overview-over.png);
}
a#btn-awards:hover {
	background-image: url(../images/nav/home/awards-over.png);
}
a#btn-nominate:hover {
	background-image: url(../images/nav/home/nominate-over.png);
}
#footer {
	width: 960px;
	margin-top: 50px;
	position: relative;
	height: 108px;
}
.hitachi-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 162px;
}
.supporter-logos {
	position: absolute;
	bottom: 0;
	left: 200px;
	width: 251px;
}
.ccf-logo {
	width: 172px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.ccf-logo-margin {
	margin-bottom: 10px;
}
.bottom-space {
	width: 960px;
	height: 25px;
}