@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}


html, body {
background-image:url('../img/backgd.gif');
background-repeat:repeat-x;
background-color:#272425;
height: 100%;
}


.floatright { float: right; } 

.floatleft { float: left; } 

.copytext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:400;
}

.maintext_large {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:18px;
text-align:justify;
font-weight:bold;
}

.maintext_mid {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:14px;
text-align:justify;
font-weight:bold;
}

.maintext_small {
font-family:Arial, Helvetica, sans-serif;
color:#F30;
font-size:12px;
text-align:justify;
font-weight:bold;
}


/* OPEN 02
.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -195px; /* the bottom margin is the negative value of the footer's height 
CLOSE 02 */

/* OPEN 03
}
.footer, .push {
	height: 195px; /* .push must be the same height as .footer 
	background-image:url('../img/footer.gif');
}
CLOSE 03 */