/*   
Theme Name: Bamboo Basket Chinese Restaurant
Version: 2.0
Author: Bonnie Tsang
Author URI: http://www.bonniedesign.com/
*/

html, body {
	margin:0; padding:0;
	height:100%;
	background-color: #000;
}

body {
	font-family: Arial, Verdana;
	font-size: 12px;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #444;
}

#wrapper {
	margin-top: 30px;
	height:620px; 
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 100%;
	height: 200px;
	background: url(../img/top.jpg) top center no-repeat;
}

#container {
	width: 1024px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 380px;
	height: 100%;
	float: left;
	background: url(../img/logo.png) left center no-repeat;
}

#menu {
	width: 644px;
	height: 100%;
	margin-left: 380px;
}

#nav table{
	width: 644px;
	height: 79px;
	margin-top: 70px;
}

#nav table td {
	width: 25%;
}

#nav a {
	opacity:0.6;
	transition-property: color; 
	-o-transition: all .7s ease; 
	-webkit-transition: all .7s ease; 
	-moz-transition: all .7s ease; 
	transition: all .7s ease;
}

#nav a:hover {
		opacity:1;
}


#bottom {
	width: 100%;
	height: 200px;
	background: url(../img/bottom.jpg) top center no-repeat;
}

#footer {
	height: 25px;
	top:5px;
	text-align: center;
	color: #FFF;
}