/* CSS Document */

body{
    background-color:#dddddd;}



#body{
	width:500px;
	height:500px;
	margin-top:50px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	background-image:url(../image/bgimage.gif);
	background-repeat: no-repeat;}
	


.contents{
	height:300px;
	margin-top:50px;
	text-align:center;}


 a:link{color:#009900; text-decoration:none;}
 a:hover{color:#009900; text-decoration:none; font-weight:bold;}
 a:active{color:#009900; text-decoration:none;font-weight:bold; }
 a:visited{color:#009900; text-decoration:none;font-weight:bold;}



