@charset "utf-8";
body {
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
td {
	vertical-align: top;
}
#container {
	width: 950px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: 0;
	background-image: url(images/slice_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

