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

body{
	background-repeat:no-repeat;
	background-position:top;
	/*background-attachment:fixed;*/
	background-color: #D1D3D4;
	font-family: monospace, sans-serif;
	margin: 0px auto;
	padding: 0px;
}



a{color: #ed317d;}

#container{
	width:1000px;
	height: 100%; 
	background-attachment:fixed;
	background-position:top;
	margin: 0px auto;
	background-color: #d2d3d5;
	padding: 0px 0px 20px 0px;
}

#container-inner{
	width: auto; 
	height: 200px; 
	margin: 100px auto 0px auto;
	padding: 0px 0px 20px 0px; 
	border-bottom: dotted #ed317d 1px;
	text-align: center;
}

#footer{
	width: auto; 
	height: auto; 
	margin: 0px 45px 20px 45px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	color: #000;
	text-align:right; 
}



