body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background-color: #339999;
	background-attachment: fixed;
	background-image: url(../images/menu_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a:link {
	color:#333399;
	text-decoration:none;
}
a:visited {
	color:#333399;
	text-decoration:none;
}
a:focus {
	color:#CCCCCC;
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
a:active {
	color:#CCCCCC;
	text-decoration:underline;
}
