@charset "UTF-8";


* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: 75px;
	margin: -75px;
	width: 100%;
}

.push{
	height: 75px;
}

.header  {
	height: 75px;
	background-opacity:0.85;
	/* for IE */
    filter:alpha(opacity=85);
	/* CSS3 standard */
    opacity:0.85;
	background-image: url(undrown_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}

.footer  {
	color: #FFFFFF;
	height: 75px;
	background-image: url(subtext.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	background-opacity:0.85;
	/* for IE */
    filter:alpha(opacity=85);
	/* CSS3 standard */
    opacity:0.85;
}
