html, body {
	margin: 0;
    padding: 0;
    height: 100%;
	background-color: #001010;
	color: #DDDDDD;
	font-family: helvetica;
	font-size: 14px;
	text-align: justify;
}

#container {
    position: relative;
    min-height: 100%;
}

#header {
    background-color: #001010;
}

#content {
    padding-bottom: 50px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 50px;
    line-height: 8px;
    padding-left: 5%;
    background-color: #102020;
    font-size: 12px;
    font-style: italic;
	text-align: left;
}

#header h1 {
    padding-left: 11%;
    text-align: left;
}

#headerbar {
    padding-left: 10%;
	height: 2em;
	line-height: 2em;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 14px;
	text-align: left;
}
#headerbar.home {
	background-color: #6B0000;
	border-top: thin solid #885555;
	border-bottom: thin solid #885555;
}
#headerbar.mipa {
	background-color: #6B3A00;
	border-top: thin solid #CC8000;
	border-bottom: thin solid #CC8000;
}
#headerbar.lang {
	background-color: #003A6B;
	border-top: thin solid #0080CC;
	border-bottom: thin solid #0080CC;
}
#headerbar.code {
	background-color: #006B3A;
	border-top: thin solid #558855;
	border-bottom: thin solid #558855;
}

a {
	color: #1E90FF;
	text-decoration: none;
}
a:hover {
	color: #CC8000;
	text-decoration: none;
}
#headerbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#headerbar a:hover {
	color: #FFDD00;
	text-decoration: none;
}
a.email {
    color: #CC8000;
	text-decoration: none;
}

section {
	margin: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
    background: #102020;
    border-radius: 4px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.5);
}

hr {
	border-color: #557777;
	height: 1px;
}

#flashcenter {
    width: 825px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 550px) {
    #container {
        background-color: #102020;
    }
    
    section {
    	margin: 0;
        border-radius: 0px;
        box-shadow: none;
    }
}
