/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	background-image: url(1.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #000000;
}
.c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-color: #666666;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 7px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	top: 4px;
	left: 3px;
}
.help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	height: 200px;
	width: 97px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 3px;
	top: 29px;
	padding: 5px;
	visibility: hidden;
}

