* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-height: auto;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #D7D2CF;
}

h2 {
	font-size: 15px;
	color: #555;
	margin-bottom: 13px;
}

ul {
	list-style:none;
}

li {
	padding: 0px 0px 0px 15px;
	color: #79665D;
	margin: 2px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(../img/bullet_li.gif);
}

a {
	color: #79665D;
	text-decoration: none;
	border-bottom: 1px dotted #79665D;
}

a:hover {
	color: #79665D;
	text-decoration: none;
	border-bottom: 1px dotted #CF5015;
}

input {
	border:none;
}

textarea {
	border:none;
	overflow:auto;
}

label {
	border:none;
}

fieldset {
	border:none;
}

#splash{
	position:absolute;
	z-index:5000;
	width:640;
	height:480;
}

#close_splash{
	z-index:5001;
	position:absolute;
	top:0px;
	left:556px;
}