body{
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	overflow:hidden;
}
a{
	outline:none;
}
img{
	border:0;
}
#header{
	position:fixed;
	top:0px;
	width:100%;
	height:68px;
	background-image:url(images/top.png);
	background-repeat:x-repeat;
	text-align:center;
	padding-left:25%;
}
#footer{
	position:fixed;
	bottom:0px;
	width:100%;
	height:61px;
	background-image:url(images/bottom.png);
	background-repeat:x-repeat;
	text-align:center;
	z-index:999;
}
#footer>img{
	padding-top:10px;
}
#content{
	margin:0 auto;
	z-index:999;
	position:relative;
	width:950px;
	
}
#logo{
	position:relative;
	left:15px;
}
#wrapper{
	position:relative;
	top:-118px;
}
#welcome{
	float:right;
	height:100px;
	
}
#menu{
	float:left;
	position:relative;
	top:130px;
}