body {
	background: #15324C;
	margin: 0px;
	padding: 0px;
}

div.container {
	position: relative;
	width: 929px;
	min-height: 613px;
	background: urL(../images/bg.png) no-repeat;
	margin: auto;
}

div.top {
	padding: 100px 0px 0px 0px;
}

a.not_interested {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 134px;
	height: 10px;
	text-indent: -100000px;
	background-position: top;
	background: url(../images/not_interested.png) no-repeat;
}

a.not_interested:hover {
	background-position: bottom;
}

a.logo {
	display: block;
	width: 420px;
	height: 89px;
	margin: auto;
	text-indent: -100000px;
	background: url(../images/logo.png) no-repeat;
}

a.download {
	display: block;
	width: 195px;
	height: 47px;
	margin: 50px auto 50px auto;
	text-indent: -100000px;
	background-position: top;
	background: url(../images/download.png) no-repeat;
}

a.download:hover {
	background-position: bottom;
}

a.twitter {
	display: block;
	width: 198px;
	height: 48px;
	margin: auto;
	text-indent: -100000px;
	background-position: top;
	background: url(../images/twitter.png) no-repeat;
}

a.twitter:hover {
	background-position: bottom;
}