#image {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}
a {
	font-size: 16px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #232323;
}
a:active {
	text-decoration: none;
	color: #000000;
}