html, body {
margin: 0;
padding: 0;
background-color: #ffffff;
color: #666666;
height: 99%;
text-align: center;
}

#container {
position: relative;
width: 600px;
margin: 100px auto;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
min-height: 99%;
}

/* this makes sure the container width in IE looks like it does in firefox */
* html #container {
width: 780px;
w\idth: 600px;
height: 99%;
}

/* trick to get compliant browsers to clear the (right) floated div if required */
#container::after{
content: ".";
display: block;
height: 0;
line-height: 0;
font-size: 1px;
clear: both;
visibility: hidden;
}

h1 {margin-top: 0px; padding-bottom: 20px; font-size: 24px; font-weight: bold;}
h2 {margin-bottom: 0px; font-size: 18px;}
h3 {margin-bottom: 0px; font-size: 14px;}

img {border:none;}

a:link {color: #666666;}
a:visited {color: #888888;}
a:hover {color: #ffffff; background-color:#666666; text-decoration:none;}

#example {
padding:5px;
background-color:#666666;
color:#ffffff;
}

#leftMenu
{
position: fixed;
left: 70px;
top: 100px;
width: 200px;
color: #666666;
font-weight: bold;
}
