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

body {
	background-color:#EEE;
	font: 100% Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;

}
ul li {
	margin-bottom:12px;
}

.content {
	width:540px;
	margin: 60px auto 0 auto;
	text-align:left;
	font-size:14px;
	color:#666;
	padding-left:224px;
	background:url(../../images/error/errorGuy.png) top left no-repeat;
	min-height:340px;

}
h1 {
	margin:0;
	padding:0;
	font-size:24px !important;
	color:#666;


}

a:link, a:visited, a:hover, a:active {
text-decoration: underline;
color: #85bd00;
}

.gtBtnXL, .gtBtnXL:hover {
padding: 10px 16px 7px 16px !important;
font-size: 18px !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
width: auto;
overflow: visible;
margin: 0;
text-decoration: none !important;
}
