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

body {
	margin:0 auto;
	width:auto;;
	height:auto;
	font-family: Helvetica, sans-serif;
}

#container {
	width:970px;
	height:600px;
	margin:0 auto;
	margin-top:50px;
}


#box {
	padding-top:45px; 
	background-image:url(images/box.png); background-repeat:no-repeat; 
	width:919px; 
	height:455px; 
	margin:auto; 
}

#center {
	width:600px;
	height:370px;
	margin:0 auto;
}

p {
	color:#CCC;
}

a {
	text-decoration:none;
	color:#69F;
	text-shadow:#000 2px 2px 2px;
}

