body{
	background-color: #DDDDDD;
	overflow-x:hidden;
	overflow-y:scroll;
}

#head{
	background:#181818 url('images/logo.jpg') no-repeat;
	width: 105%;
	height: 180px;
	overflow:hidden;
	margin-left:-8px;
	margin-top:-8px;
}

#content{
	width: 105%;
	height: 90%;
	overflow:hidden;
	padding-top:15px;
	padding-left:5px;
}

#content p{
	text-align: center;
	margin-top:-1px;	
}

#MooFlow{
        margin: 0px auto;
        height: 500px;
        width: 660px;
        position: relative;
        color: #aaa;
        overflow: hidden;
        border: 1px solid #888;
        background-color: #000;
}

#toolbar{
	bottom:0;
	margin:0;
	padding:0;
	left:0;
	height:50px;
	width:101%;
	position:fixed;
	top:auto;
	background-color:#181818;
}

#toolbar img{
	border:none;
	margin-left:15px;
	margin-top:2px;
}
