/* CSS Document */

body {
	margin: 0px;
	color: #fff;
	background: #444444;
}

a {
	color: #ecec9d;
	text-decoration: none;
	}

a:hover {
}

#outer {
  top: 50%;
position: absolute;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 539px;
  height: 195px;
  left-margin: auto;
  right-margin: auto;
  position: relative;
  bottom: -155px; 
  left:-250px; 
}

#inner .logo {
 	position: absolute;
 	bottom:0px;
    left: 0px;
 	width:239px;
 	height:195px;
 	background:  url(../images/images_hold/obd.png) no-repeat center top;
	padding: 0;
	margin: 0;
}

#inner .copy {
 	position: absolute;
 	bottom: -50px;
 	left: 239px;
 	width: 300px;
	padding: 0;
	margin: 0;
}

#inner .copy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin: 0;
	}

#inner .copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0;
	}
	
#inner .copy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0 0 0;
	margin: 0;
	}