html, body { height: 100%; margin: 0; padding: 0; width: 100%;}
body {
	background: #fff url(../img/bg_grad_rep.png) repeat-x 0 0;
	color: #929292;
	font: 13px/16px Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	color: #02a8e4;
	font: normal 18px/21px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 22px;
}
a { outline:none;}
ul {
	list-style: none;
	margin: 0 0 0 43px;
	padding: 0;
}
	li {
		background: url(../img/limark.gif) no-repeat 0 3px;
		margin: 0 0 10px;
		padding: 0 0 0 23px;
	}
p { margin: 0 0 10px}
#cloud img { margin: 0 0 5px 180px;}	
/* =layout */
#wrapper {
	background: url(../img/bg_grad.png) no-repeat center 7px;
	min-height: 100%;
}
	#horiz {
		background: url(../img/bg_horiz.png) repeat-x center 282px;
	}
	#cloud {
		background: url(../img/cloud.png) no-repeat center top;
		height: 523px;
		margin: 0 auto;
		padding: 97px 163px 0 195px;
		text-align: left;
		width: 565px;
	}
#empty { height: 60px;}
#footer { 
	height: 60px; 
	margin-top: -60px;
	padding: 0 20px;
	position: relative;
	text-align: left
}
.copy {
	float: right;
	padding: 25px 0 0
}

a.prez:link, a.prez:visited, a.prez:active {
	background: url(../img/download.gif) no-repeat 0 0;
	display: block;
	color: #406282;
	font-weight: bold;
	height: 50px;
	margin: 45px 0 0 200px;
	padding: 0 0 0 39px;
	text-decoration: underline;
	width: 80px;
}
a.prez:hover { text-decoration: none;}
a.butt:link, a.butt:visited, a.butt:active {
	display: block;
	color: #406282;
	font-size: 1px;
	line-height: 1px;
	text-indent: -2000px;
}

a.contact:link, a.contact:visited, a.contact:active {
	background: url(../img/contact.png) no-repeat 0 0;
	height: 48px;
	margin: 25px 0 0 200px;
	padding: 0 0 0 39px;
	width: 128px;
}

a.send:link, a.send:visited, a.send:active {
	background: url(../img/send.png) no-repeat 0 0;
	height: 49px;
	margin: 45px 0 0 200px;
	padding: 0 0 0 39px;
	width: 174px;
}

a.cancel:link, a.cancel:visited, a.cancel:active {
	background: url(../img/cancel.png) no-repeat 0 0;
	height: 48px;
	margin: 45px 0 0 200px;
	padding: 0 0 0 39px;
	width: 117px;
}
a.butt:hover { background-position: 0 100%}
#message {
	color: #fd0000;
	font-size: 14px;
	float: right;
	width: 120px
}
