@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic);

@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

html, body {
    height: 100%;
}

body{
background:url(images/bkgrd.jpg) no-repeat bottom left #FFF;
margin:0;
padding: 0;
font-family: 'Open Sans Condensed', sans-serif;
*font-family: Tahoma;
font-size:12px;
color:#4e4e4e;
text-align: center;
}

a:link { COLOR: #007183; text-decoration:underline; } 
a:active { COLOR: #007183; text-decoration:underline; } 
a:visited { COLOR: #007183; text-decoration:underline; } 
a:hover { COLOR: #a5b30d; text-decoration:underline; }

img, div, a, input{
	border: 0;
	behavior: url(iepngfix.htc)
}

p, h1, h2, h3, h4, h5, h6, ul, li, div{
	text-align: left;
	margin: 0;
}

.clear { clear: both; height: 10px;}

.caps {text-transform: uppercase;}

.logoCont{
	width: 326px;
	margin: 0 auto;
	position: relative;
	padding-top: 200px;
}

.logoText{
	width: 250px;
	position: absolute;
	top: 255px;
	left: 145px;
	color: #999999;
	font-size: 13px;
}

.message1{
	width: 550px;
	margin: 0 auto;
	font-family: 'Nothing You Could Do', cursive;
	color: #e47240;
	font-size: 36px;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: center;
}

.message2{
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	width: 240px;
	margin: 0 auto;
	text-align: center;
}

.message2 a{
	font-family: 'Nothing You Could Do', cursive;
	color: black;
	text-decoration: none;
	}
	
.message2 a:hover{color: #0e4652;}
