* {
	margin:0px;
	padding:0px;
}

html {
	overflow-y:scroll;
}

body {
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
    font-size:12px;
    line-height:22px;
    background:url(body.gif);
    color:#555555;
}

#header {
	border-bottom:4px solid #da191b;
}

.wrapper {
	width:1000px;
	margin:0px auto;
	position:relative;
}

#cycle {
	z-index:500;
}

#menu {
	padding-top:20px;
	height:38px;
	line-height:30px;
}

#content {
	padding-top:60px;
}

#logo {
	display:block;
	width:140px;
	height:70px;
	background:url(logo.png);
	position:absolute;
	right:0px;
	top:-70px;	
}