body {
	background-color: #dadbdb;	
	font-family: Arial, Helvetica, sans-serif;
}

#main{
	width: 540px;
	height: 411px;
	margin: 50px auto;
	padding: 125px 100px;
	background-image: url('../images/mainBg.gif');
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

span.small{
	font-size: 12px;
	color: #9e2b1e;
	font-weight: bold;
}

h1{
	margin: 2px;
}

h2{
	margin: 2px;
}

p{
	margin: 2px;
}

a.emailLink{
	color: #dd3a26;
}

#linkDiv{
	width: 240px;
	height: 70px;
	border: none;
	position: absolute;
	bottom: 20px;
	left: 250px;
	cursor: pointer;
}

#backToLink{
	position: absolute;
	bottom: 10px;
	right: 30px;
}

#backToLink a{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#backToLink a:hover{
	text-decoration: underline;
}
