html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('gfx/gradient.png');
	background-repeat: repeat-x;
	overflow: hidden;
}

#index { display: none; }

#logo {
	width: 100%;
	height: 100%;
	background-image: url(public/images/icons/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#mail {
	width: 100%;
	height: 100%;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#thank-you {
	width: 100%;
	height: 100%;
	background-image: url(images/thank-you.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#footer {
	width: 100%;
	color: #333333;
	font-size:11px;
	position: absolute;
	text-align: center;
	bottom: 10px;
}
#corner {
	background-image: url(images/corner_page.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 76px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#login {
	background-image: url('images/login.gif');
	background-repeat: no-repeat;
	width: 204px;
	height: 41px;
	float: right;
}

#footer {
	width: 100%;
}
#footer-container {
	width: 155px;
	height: 19px;
	float: right;
}

#email-icon {
	width: 19px;
	height: 19px;
	background-image: url('gfx/icons/email.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	margin-left: 5px;
}

#phone-icon {
	width: 19px;
	height: 19px;
	background-image: url('gfx/icons/phone.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	margin-left: 5px;
}

#facebook-icon {
	width: 19px;
	height: 19px;
	background-image: url('gfx/icons/facebook.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	margin-left: 5px;
}

#twitter-icon {
	width: 19px;
	height: 19px;
	background-image: url('gfx/icons/twitter.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	margin-left: 5px;
}

#rss-icon {
	width: 19px;
	height: 19px;
	background-image: url('gfx/icons/rss.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	margin-left: 5px;
}

#wordpress-icon {
	width: 19px;
	height: 19px;
	background-image: url('gfx/icons/wordpress.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	margin-left: 5px;
	position: relative;
	top: -1px;
}


