@charset "utf-8";
body, p, div, a, img, h1, form{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background: url(../images/splash-bg.gif) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
}
p{
	line-height: 1.5em;
}
h1{
	line-height: 1.2em;
	margin-bottom: 0.4em;
	color: #FF6000;
	font-size: 1.6em;
	font-weight: normal;
}
p{
  margin-bottom: 1.5em;
}

.header{
	width: 680px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	background: url(../images/splash-dr-top.jpg) no-repeat 393px 70px;
}
.logo{
	width: 325px;
	height: 75px;
	position: absolute;
	top: 114px;
	left: 57px;
}
.logo span{
	width: 325px;
	height: 75px;
	background: url(../images/splash-logo.gif) no-repeat;
}

.box{
	width: 680px;
	min-height: 270px;
	_height: 270px;
	margin: 0 auto;
	background: url(../images/splash-box.jpg) no-repeat;
	position: relative;
}
.text{
	padding: 50px 300px 0 50px;
	background: url(../images/splash-dr-bottom.jpg) no-repeat 363px 0;
}

.buttons{
	padding-left: 110px;
}
.button-left{
	margin-right: 20px;
}

.r-image{
	display: block;
	position: relative;
	overflow: hidden;
}
.r-image span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
a.r-image span{
	cursor: pointer;
}
