@import url('common.css');

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDA862;
}

.scroller {
	overflow: auto;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}




/** BACKGROUNDS */

.bg1 { background: #130E0A; }
.bg2 {
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg3 { background: url(../images/bg02.jpg) no-repeat left top; }
.bg4 { background: url(../images/bg03.jpg) no-repeat left top; }
.bg5 { background: url(../images/bg04.jpg) no-repeat left top; }



#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration:none;
}

