::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
	background-color: transparent;
}

::-webkit-scrollbar-button {
	background: transparent;
}

body {
	color: #C0C0C0;
	font-family: Calibri;
	font-size: 14px;
	line-hight: 16px;
	overflow-x:hidden;
	background-image:url('bg.png');
	background-position:left top, ;
	background-repeat: repeat;
	background-color: #463A68;
	cursor: crosshair;
}

iframe {
	font-family: Calibri;
	font-size: 14px;
	line-hight: 16px;
	height: 496px;
	width: 690px;
	border: 0px;
}

	a:link, a:visited, a:active {
	color: #C27DC4;
	text-decoration: underlined;
	cursor: crosshair;
}

.layout {
	margin: auto;
	width: 1598px;
	padding-top: 250px;
}

.menu {
	width:695px;
	padding-bottom: 80px;
}
.menu a {
	color: #705589;
	font-size:14px;
	font-family: Calibri;
	font-weight:bold;
	line-height: 26px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	width: 96px;
	display:block;
	background-color: #000000;
}
.menu a:hover {
	color: #BB66A4;
	font-size:14px;
	font-family: Calibri;
	font-weight:bold;
	line-height: 26px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	width: 96px;
	display:block;
	background-color: #000000;
}