* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background-image: url(omg.png);
}

a {
	text-decoration: underline;
	color: #006699;
	font-size: 100%;
}

a:hover {
		text-decoration: underline;
		color: #ffffff;
		background: #ff3300;
}

p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	margin: 0px auto;
	min-width: 900px;
	max-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 150px;
	background: #FFE680;
}

#middle {
	width: 100%;
	padding: 10px 0 10px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 250px 0 0 400px;
}

.sl {
padding: 10px;
	float: left;
	width: 370px;
	margin-left: -100%;
	position: relative;
}
