/***********************************************/
/* Sakura Garden Cuisine Style Sheet */
/***********************************************/

/************** General styles **************/

html, body{
	height:100%;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#FFFFFF;
	margin: 0px;
 }

 
img{
 border:0;
 }


/************** Content Area styles **************/

#container {
	width:950px;
	margin:0px auto 0px auto;
	padding:0px;
	min-height:100%;
 }
 






/******* footer *******/
#footer {
	text-align:center;
	line-height:15pt;
	padding:10px auto 30px auto;
	font-size:12px;
	clear:both;
	
}

#footer a:link {
	color:#007EFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline; 
}
#footer a:visited:hover {
	color:#FFF;
	text-decoration: underline; 
}
#footer a:visited {
	color:#007EFF;
	text-decoration: none;
	
}
#footer a:active {
	color:#007EFF;
	text-decoration: none;
}
