html, body
{
    height:100%;
	margin: 0; 
	padding: 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #666;
    background: #fff;
}
#container
{
    padding-top: 100px;
    padding-left: 100px;
    background: #fff;
    margin:0 auto;
}
a
{
    color: #000;
    text-decoration:none;
}
a:visited
{
    color: #000;
    text-decoration:none;
}
a:active
{
    color: #000;
    text-decoration:none;
}
a:hover
{
    color: #000;
    text-decoration:underline;
}