div#container{
    margin:		0 auto;
    width:		100%;
    text-align:		center;
}


div#header {
    color:		white;
    font-size:		12px;
    display:		inline;
}


div#header h1 {
    color:		white;
    font-size:		12px;
    font-weight:	bold;
    display:		inline;
}
div#header h2 {
    color:		black;
    font-size:		13px;
    font-weight:	normal;
    display:		inline;
}


div#texth1 {
    color:		white;
    font-size:		12px;
    font-weight:	bold;
    display:		inline;
}


div#texth2 {
    color:		black;
    font-size:		12px;
    font-weight:	normal;
    display:		inline;
}



