/* CSS for HideOki */

body{

	background-color:#000000;

	margin: 0;

	padding:0;

}



#header{

	background:url(../images/headerbg.jpg) no-repeat;

	width: 270px;

	height: 193px;

	margin: auto;

	text-align:center;

}



#header img.logo{

	padding-top: 70px;

}



#content{

	background:url(../images/contentbg.jpg) no-repeat;

	width: 270px;

	height: 266px;

	margin: auto;

	text-align:center;

}



#content img.content{

	padding-top: 69px;

}





#footer{

	background:url(../images/footerbg.jpg) no-repeat;

	width: 270px;

	height: 440px;

	margin: auto;

	text-align: center;

}



#number, #email{

	padding-top: 6px;

}



#email a{

	display:block;

	text-decoration: none;

	background:url(../images/email.png) no-repeat center;

	width: 44px;

	height: 8px;

	margin:auto;

}



#email a:hover{

	background:url(../images/email_hover.png) no-repeat;

}
