/* General */

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	text-align:center;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	position: relative;
	z-index: 10;
}
#mailinglist{
	width: 185px;
	height: 70px;
	position: absolute;
	left: 40px;
	top:455px;
	z-index: 10;
}
#button{
	width: 96px;
	height: 96px;
	position: absolute;
	right: 40px;
	top:415px;
	z-index: 10;
}