/* PNG Fix */

img, div { behavior: url(iepngfix.htc) }


/* Full Scalable Background Image */

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#wrapper {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
    width: 100%;
    height: 100%;
}

.boxup {
    margin: 18px auto;
}


/* Main Style Sheet */

body{
	background-color: #3C3333;
	font-family: Georgia, Times New Roman, Serif;
	}

div.container{
	}


div.head{
	width:558px;
	height: 503px;
	}
	
div.footer{
	width:558px;
	height: 82px;
	}
	
div.base{
	text-align: center;
	}
	
p.small{
	margin: 0px;
	font-family: Georgia, Times New Roman, Serif;
	text-transform: uppercase;
	color: #47412F;
}

a{
	font-weight: 800;
	font-size: 1.0em;
}

a:link {
		color:#FFF;
		text-transform: uppercase;
		}      
	
	a:visited {
		color:#FFF;
		text-transform: uppercase;
		} 
	
	a:hover {
		color:#000;
		}  
	
	a:active {
		color:#FFF;
		}
		