@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #101010;
	}

#content {
	background: url(img/box.png) no-repeat center;
	margin-top: 100px;
	height: 500px;
	}

#icons {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	}
	
#blue_box {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#bar {
	width: 100%;
	background: url(img/bar.png) repeat-x #eee;
	height: 162px;
	}

#bar_content {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#logo {
	padding-top: 60px;
	padding-bottom: 40px;
	}

#text {
	padding-top: 14px;
	padding-bottom: 10px;
	}

#email {
	background: url(img/email.png) no-repeat;
	width: 310px;
	height: 40px;
	border: none;
	padding-left: 20px;
	font-size: 14px;
	font: helvetica;
	}

#button {
	background: url(img/button.png) no-repeat;
	width: 142px;
	height: 40px;
	border: none;
	cursor: pointer;
	}

#spam {
	margin-left: -290px;
	margin-top: -10px;
	}

img {
	border-style: none;
	}

a {
	color: #217ace;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#thanks {
	padding-top: 34px;
	}