@import url(entry_FILES/content.css);


html, body {
    margin: 0;
    padding: 0;
    background-color: #1072ba;
    color: #FFFFFF;
}

#outer-wrapper {
    background-color: #1072ba;
    color: #FFFFFF;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    padding-bottom:3em;

    width: 100%
    position: fixed;
    padding-bottom:3em;

}

#PART-1 { position: relative; height: 100px; width: 100%; }
#PART-2 { position: relative; height: 120px; width: 100%; }
#PART-3 { position: relative; height: 30px; width: 100%; }
#PART-4 { position: relative; height: 240px; width: 100%; }
/*#PART-5 { position: relative; height: 100px; width: 100%; }*/


#PART-NAV {
	position: relative;
	position: fixed;
	left: 0px;
	bottom: 100px;

    	width: 100%;
	height: 24px;

	background-image: url(entry_FILES/topmenu_long.gif);
}

#footer {
    width: 100%;
    color: #bcbec0;
    font-size: 10px;
    position:fixed;
    bottom:0px;
    left: 0px;
    padding:10px;
    background: #1072ba;
}

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


* html #outer-wrapper {
    height: !important;
    height: 95%;
}

* html #PART-NAV {
    position: absolute;
    left: 0;
    bottom: 100;

    width: 100%;
	background-image: url(entry_FILES/topmenu_long.gif);
}


* html #footer {
    background: #1072ba;
    height:5%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #bcbec0;
    font-size: 12;
}
