* /* For CSS Reset */
{
padding: 0;
margin: 0;
}

html, body
{
width: 100%;
height: 100%;
}

div#wrapper
{
width: 100%;
height: 100%;
min-height: 100%; /* For Sticky Footer */
height: auto !important; /* For Sticky Footer */
margin: 0 auto -70px; /* For Sticky Footer */
}

div#my_menu
{
width: 100%;
height: 50px;
outline: 0px solid black;
background-color: black;
text-align: center;
position: fixed;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

div#my_header
{
width: 100%;
height: 50px;
outline: 0px solid black;
background-color: white;
text-align: center;
padding-top: 90px;
color: black;
}

div#content
{
width: 800px;
margin: 0 auto;
outline: 0px solid black;
background-color: white;
text-align: center;
padding-top: 50px;
}


div.clear_floats /* For Clearing Floats */
{
clear: both;
}

div#my_footer
{
width: 100%;
height: 69px;
border-top-style:dotted;
border-width:1px;
border-color:black;
background-color: white;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

div.push /* For Sticky Footer */
{
height: 70px;
}
