* {
	margin:				0px;
	padding:			0px;
}

html {
	height:				100%;
}

body {
	width:				100%;
	height:				100%;
	overflow:			auto;
	background-color:		#5B5A5B;
	background-image:		url(background.png);
	background-repeat:		repeat-x;
}

#main_div img {
	float:				right;
}

#main_div p {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				white;
	padding-top:			254px;
	padding-left:			364px;
}

#main_div p a {
	color:				white;
	text-decoration:		underline;
}

#main_div p a:hover {
	color:				white;
	text-decoration:		none;
}
