body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.button {
	height: 30px;
	width: 135px;
}
	#buttonlink a{{display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family: "Ariel" sans-serif;
	font-weight: bold;
	text-align : center;
	padding-top : 6px;
	padding-left : 0px;
    background-image:  url(images/button.jpg);

	}
	#buttonlink a:link {
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		background-color: #000000;
		background-image:    url(images/button.jpg);
 
	}
	#buttonlink a:visited {
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		background-color: #000000;
		background-image:    url(images/button.jpg);

	}

	#buttonlink a:hover {
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		background-color: #000000; 
		background-image:    url(images/button_ro.gif);

		
	}
	

.content {
	background-color: White;
	background-image:  url(images/homepage_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
	