* 
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

#grid
{

    /* Vertical grid lines */
    background: url(../images/bg-grid-980.gif) repeat-y 0 0;

    /* Dimensions - same width as your grid with gutters */
    width: 980px;

    /* Grid (centered) */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;

}

#grid .horiz
{

    /* 20px line height */
    height: 19px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;

}

body
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: url(../images/body-bg.jpg);
	-webkit-text-stroke: 1px transparent;
}

.content
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.eyespy
{
	background-color: red;
	color: white;
	padding: 0px 3px 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}

.clear
{
	clear: both;
	line-height: 1px;
	height: 0px;
	margin-bottom: 0px;
}

#header
{
	display: block;
	height: 160px;
}

#header h1
{
	position: absolute;
	top: 83px;
	left: 50%;
	margin-left: -470px;
	width: 450px;
	text-align: right;
}

#header h2
{
	width: 460px;
	float: right;
	font-size: 2em;
	margin-top: 80px;
}

p
{
	font-size: 0.9em;
	line-height: 20px;
	float: right;
	width: 460px;
	margin-bottom: 20px;
	clear: both;
}

#intro p
{
	margin-bottom: 40px;
}

#red-container
{
	background-color: #cc0000;
	width: 100%;
	color: white;
	height: 240px;
	background-image: url(../images/bg-center.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#container-first
{
	margin-top: 20px;
}

#red-container-img
{
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -480px;
}

#red-container #img-info
{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 560px;
	color: #ccc;
	font-size: 0.6em;
}

#form-intro
{
	margin-top: 40px;
}

form
{
	display: block;
	margin-top: 20px;
	float: right;
	width: 650px;
	padding-bottom: 60px;
}

table,
table td,
table th
{
	border-collapse: collapse;
}

table th
{
	text-align: right;
	width: 190px;
	padding: 0px 5px;
}

table th,
table td
{
	font-size: 0.8em;
	font-weight: normal;
	height: 20px;
}

table td .text
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 2px;
	border-bottom: 1px solid #999;
	width: 460px;
}

table td .button
{
	margin-top: 5px;
	padding: 2px 3px;
	border: 1px solid #666;
	background-color: #ccc;
	color: #323232;
	text-shadow: #fff 0px 1px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

table td .button:hover
{
	background-color: #eee;
}

#thanks
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -200px;
	width: 400px;
	text-align: center;
}

#thanks img
{
	margin-bottom: 20px;
}

#thanks h1
{
	font-size: 4em;
	margin-bottom: 20px;
}

#thanks div
{
	line-height: 20px;
}

#thanks a:link,
#thanks a:visited
{
	color: red;
	line-height: 40px;
}

#thanks a:hover
{
	text-decoration: underline;
}

#copyright
{
	float: right;
	clear: both;
	color: #ccc;
	font-size: 0.6em;
	padding-bottom: 40px;
}

#copyright a:link,
#copyright a:visited
{
	color: #ccc;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}















