body {
	margin-top:10px
}

#logo {
	text-align:center;
	height:126px;
	margin-bottom:10px;
}
#nav_products {
	text-align:center;
}
#nav_riders {
	text-align:center;
}

.stroke {
	background-image:url('../img/design/stroke.png');
	position:absolute;
	width:100px;
	height:50px;
}

div#product div.art {
	margin-top:10px;
	text-align:right;
}
div#product div.text {
	margin-top:10px;
	text-align:right
}
div#product div.images {
	margin-top:10px;
	text-align:center;
}

div.closebutton {
	width:30px;
	cursor:pointer;
	height:30px;
	background-image:url('../img/close.png');
	z-index: 2020;
}