/* CSS Document */

*{
	margin:0px;
	padding:0px;	
}
img{
	border:0px;
}
html{
	width:100%;
	background-color:#CCCCCC;	
}
body{
	background-color:#CCCCCC;	
	width:950px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#contents{
	background-color:#FFFFFF;
	border:#000 1px solid;
}
#header{
	
}
#header #logo{
	float:left;
	margin-top:5px;
	margin-left:10px;
}
#header #info{
	float:right;
	margin-right:10px;
	margin-top:5px;
}
#menu{
	clear:both;
}
#footer{
	font-size:x-small;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	border-top:#000 1px dotted;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}