﻿A:link
{
	text-decoration: none;
}
A:visited
{
	color: #ffffff;	
}
.home A:active
{
	text-decoration: none;
}
.home A:hover
{
	text-decoration: underline;
	color: Red;
}

.main
{
	margin: 0 auto;
	text-align: center;
	width: 816px;
	position: relative;
}

.menu
{
	bottom: 505px;
	position: absolute;	
	right: 10px;
}
