* {
		font-family: Verdana;
		font-size: 100%;
		color: #000000;
		padding: 0%;
		margin: 0%;
	}

	html {
		background-color: #FFFFFF;
	}

	body {
		overflow-y: hidden;
	}
    h1 {
        font-family: Verdana;
        font-size: 14pt;
        color: #008E00;
        font-style: bold;
    }

#container {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    }

#container-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        }

.img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    }
#menu {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 150px;
    margin-top: 0%;
    background-color: #6E6E6E;
    filter:	alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
    z-index: 9;
    }
#balk_footer {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height:
    <script type='text/javascript'> location.href="/css/style.php?screenwidth=" + screen.width + "&screenheight=" + screen.height;</script>    margin-top: 0%;
    background-color: #6E6E6E;
    filter:	alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
    z-index: 9;
    } 

#balk1 {
    position: absolute;
    width: 16%;
    height: 30%;
    top: 2px;
    left: 1.6%;
    z-index: 10;
    color: #0000a3;
}
#balk2 {
    position: absolute;
    width: 16%;
    height: 30%;
    top: 2px;
    left: 18.1%;
    z-index: 11;

}

#center {
    position: relative;
    width: 31%;
    height: 60%;
    margin-left: 55%;
    margin-top: 3%;
    background-color: #FFFFFF;
    border: 0px;
    filter:	alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
    z-index: 12;
    overflow-y: auto;
    border: 1px solid;
    border-color: #6E6E6E;
    padding-bottom: 5px;
}
#centertext {
    padding-top: 5px;
    filter:	alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
    z-index:1000;
    padding-left: 5px;
    
}

a:link {
    text-decoration: none;
    }
a:hover {
    color:#0B615E;
    }
a:visited {
    color: #000000;
    }
a:visited:hover {
    color:#0B615E;
    }

.field {
    color: #000000;
    border-color: #636363;
    background-color: #D4D4D4;
}

.portfolio
{
border: 2px solid;
border-color: white;
margin-left: 5px;
margin-bottom: 5px;
}

#centerport {
    overflow-y: scroll;
    position: absolute;
    width: 1000px;
    height: 450px;
    margin-left: 5%;
    top: 200px;
    border: 0px;
    z-index: 15;
}
#centertextport {
    padding-left: 5px;
}
