@charset "utf-8";
/* CSS Document */

body {
	background:url(holdingImages/bg.jpg) left bottom fixed no-repeat #787878;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#container {
	width:300px;
	margin:100px auto;
	text-align:center;
}
#container p, #container p a {
	font-size:12px;
	color:#333;
	line-height:20px;
	text-decoration:none;
}
#container p a:hover {
	font-weight:bold;
}
