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

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0px;
	background-image: url(../domino_bg.jpg);
	background-repeat: repeat;
}

#footer {
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif, Arial;
	font-size: 10px;
	color: #DAD5C2;
	height: 20px;
	width: 100%;
	position: absolute;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	bottom: 0px;
}
#footer a:link, #footer a:visited {
	color: #DAD5C2;
	text-decoration: none;
}
#footer a:hover {
	color: #A5A193;
	text-decoration: none;
}
#wrapper {
	padding: 0px;
	height: 530px;
	width: 900px;
	position: relative;
	top: 20px;
	margin: 0px auto;
}
