@import url("reset.css");

@import url("typography.css");

body {
	background: #000 url(../images/background.jpg) repeat-y center top;
	margin: 0;
}

* {
}

#main {
	width: 750px;
	margin: 0 auto 20px;
	padding-top: 48px;
	background: url(../images/background_main.gif) repeat-x;
}
.center {
	margin: 0 auto;
}

.button {
	text-indent: -99999em;
	display: block;
}

h1#main_title {
	background: url(../images/headline.gif) no-repeat;
	width: 560px;
	height: 264px;
	margin-bottom: 150px;
}
h1#thanks{
	background-image: url(../images/headline_thanks.gif);
	height: 274px;
	width: 603px;
	margin-bottom: 30px;
}
a#tellme {
	width: 429px;
	height: 98px;
	background: url(../images/tellme.gif) center top;
}
a:hover#tellme, #iiw_logo a:hover{
	background-position: center bottom;
}

#iiw_logo a {
	margin-top: 120px;
	width: 227px;
	height: 57px;
	background: url(../images/iiw_logo.jpg) center top;
}

p {
	padding-right: 150px;
	padding-left: 150px;
	color: #fff;
	line-height: 1.5em;
}

a {
	color: #fff;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

