@import url('reset.css');


/* SPLASH */

body {
	background-color: #a0998d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#splash {
	text-align: left;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	width: 895px;
	height: 600px;
	background: url('../images/splash.jpg') #a0998d top left no-repeat;
	font-size: 10px;
}


/* STYLE */

h1 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 22px;
	font-weight: normal;
	color: #E31937;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	color: #404040;
}

/* BUTTONS */


#patients_enter {
	padding: 160px 0 0 460px;
	width: 400px;
}

#pros_enter {
	padding: 0 0 0 460px;
	width: 400px;
}

a#pros_btn {
	margin: 0 0 0 280px;
	display: block;
	background: url('../images/button_enter.gif') transparent top left no-repeat;
	width: 116px;
	height: 83px;
}

a#patients_btn {
	margin: 0 0 0 280px;
	display: block;
	background: url('../images/button_enter.gif') transparent top left no-repeat;
	width: 116px;
	height: 83px;
}

/* LINKS */

#links, #copyright {
	text-align: center;
	width: auto;
	bottom: 0;
	left: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-top: 5px; 
}

#links a {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}
