@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/cake-bg.png);
	background-attachment: fixed;
}
div#welcome{
	height: 161px;
	}
#navigation {
	margin-left: auto;
	width: 725px;
	height: 38px;
	margin-right: auto;
	background-image: url(../images/nav-bg.png);
	background-color: #000;
	
}
#navigation ul li {
	width: 120px;
	display: inline-block;
	line-height: 40px;
	margin-right:2px;
	margin-left:40px;
	text-align: center;
	margin-top: 3px;
	font-size: 20px;
	float: left;
	
}

#navigation ul li a{
	color:#000
}

#navigation ul li a:hover{
	color: #FFF;
}


div#wrapper{
	height: 100%;
	margin-left: auto;
	width: 715px;
	background-image: url(../images/wrapperbg.png);
	margin-right: auto;
	background-repeat: repeat;
	margin-top: -5px;
	
}

div#content{
	color: #FFF;
	
}
#wrapper #content #p1 {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 18px;
	padding-top: 15px;
}
#wrapper #content #p2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
}

#footer {
	color: #FFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}



