﻿body
{
    width: 98%;
}
a:link
{
    color:#555555;
    background-color: Transparent;
}
a:visited
{
    color:#cc8307;
    background-color: Transparent;
}
a:active
{
    color:#cc8307;
    background-color: Transparent;
}
a:hover
{
    color:#cc8307;
    background-color: Transparent;
}
#outer_box {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
#inner_box {	
	margin-left: -251px;
	position: absolute;
	top: -260px;
	left: 50%;
	width: 503px;
	height: 518px;
}