@charset "utf-8";
/* CSS Document */

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

#logo {
	width: 450px;
	margin: 0 auto;
	top: 230px;
	position: relative;
}

#strip {
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background: #fed00b url(images/strip.jpg) repeat-x;
	position: relative;
	top: 120px;
}