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

body {}

#outterwrapper {
	width:1000px;
	overflow:visible;
	background-color:#fff;
	position:relative;
	margin-top: 12px;
	margin-left:12px;
	text-transform:uppercase;
	padding-bottom:100px;
    font-size:16px;
}

#outterwrapper img{
	border:none;
}

.introtext {
	margin-bottom:72px;
}

.secondparagraph {

	margin-bottom:15px;
}

.exitcopy {
	margin-bottom:43px;
	margin-top:20px;
	margin-left:0px;
}

input#message {
	background-color:#13bcdd;
	height:60px;
	width:459px; overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	float:left;
	font-weight:bold;text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	line-height:60px;
	border:none;
}

.return {
	background-color:#13bcdd;
	height:60px;
	width:459px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:72px;
	line-height:60px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
}

.help {
	color:#f89829;
	margin-top:10px;
	font-size:24px;
	vertical-align:bottom;
}

#badges {
	width:350px;
	height: 160px
}

#stickyfooter {
	position: fixed;
	bottom: 12px;
	left: 12px;
}