/*[webpath]C:\Documents and Settings\forrest\Desktop\grahamtechnology\css\main.css*/
BODY
{
	background: #D7E6F4 url(../images/background.png) repeat-x;
	color: #545454;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.container
{
	background: white;
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	margin-top: 200px;
	padding-bottom: 20px;
}
.logos
{
	width: 600px;
	height: 60px;
	background: url(../images/logos.png);
}
.text
{
	padding-left: 10px;
	padding-right: 10px;
}
A
{
	color: #225588;
	text-decoration: none;
}
A:visited
{
	color: #225588;
	text-decoration: none;
}
A:hover
{
	color: #225588;
	text-decoration: underline;
}
