body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Helvetica;
    background: #dbd9da;
}
img
{
    border: 0;
}
a
{
    outline: none;
}
a:link
{
    color: #c4161c;
    text-decoration: none;
}
a:visited
{
    color: #c4161c;
    text-decoration: none;
}
a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}
a:active
{
    color: #c4161c;
    text-decoration: none;
}
.content{
	width: 800px;
	margin:0 auto;
}