/* CSS Document */

* {margin:0; padding:0;}

body {
	background-color:#ececec;
}

html {
	font-family:Arial, tahoma; 
	font-size:13px; 
	color:#000; 
	text-align:center; 
	line-height:20px;
	vertical-align:top;
}

.logo_section {
	height:254px;
	background-color:#fff;
}

.content_section {
	background:url('/error_500/images/neutral_bgr.gif') left top repeat-x #ececec;
}

.text_indent {
	padding:43px 20px 20px 20px;
}

.logo_indent {
	padding:83px 0 0 0;
}

