@charset "UTF-8";
/* CSS Document */

body {
	background: #063 url(images/body_bg.gif) repeat-y center;
	}

#header {
	}

.buttonBox {
	background:url(images/buttonBox_bg.gif);
	margin-bottom: 20px;
	padding:20px 0;
	}
.button-details {
	background:url(images/button_details.gif) no-repeat;
	height: 75px;
	width: 330px;
	}
.button-details:hover {
	background-position: 0 -75px;
	}
