body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-image: url('images/backgrounds/vinyl1000.jpg');
	background-width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#imagecontainer {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#mainimage {
	position: fixed;
	top: 50%;
	left: 0px;
	/* width: 100%; */
	/* height: 100%; */
	z-index: -1;
}

#strip {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	height: 100px;
	background: white;
}

#content {
	width: 690px;
	margin: auto;
	height: 68px;
	text-align: center;
	margin-top: 16px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

li {
	float: left;
}

li a {
	display: block;
	text-indent: -5000em;
	width: 50px;
	height: 68px;
}

#link4ad {
	width: 108px;
	background: url(images/4ad.gif) 0px 0px no-repeat;
}
#link4ad:hover {
	background: url(images/4ad.gif) 0px -68px no-repeat;
}
#linkmatador {
	width: 98px;
	background: url(images/matador.gif) 0px 0px no-repeat;
}
#linkmatador:hover {
	background: url(images/matador.gif) 0px -68px no-repeat;
}
#linkrt {
	width: 91px;
	background: url(images/roughtrade.gif) 0px 0px no-repeat;
}
#linkrt:hover {
	background: url(images/roughtrade.gif) 0px -68px no-repeat;
}
#linkxl {
	width: 87px;
	background: url(images/xl.gif) 0px 0px no-repeat;
}
#linkxl:hover {
	background: url(images/xl.gif) 0px -68px no-repeat;
}
#linkyoungturks {
	width: 87px;
	background: url(images/youngturks_new.gif) 0px 0px no-repeat;
}
#linkyoungturks:hover {
	background: url(images/youngturks_new.gif) 0px -68px no-repeat;
}
#linkyoung {
	width: 87px;
	background: url(images/young.gif) 0px 0px no-repeat;
}
#linkyoung:hover {
	background: url(images/young.gif) 0px -68px no-repeat;
}
select {
	width: 80px;
	margin-top: 26px;
}

#linkbeggars {
	display: block;
	text-indent: -5000em;
	width: 108px;
	height: 68px;
	background: url(images/beggars.gif) 0px 0px no-repeat;
}
#linkbeggars:hover {
	background: url(images/beggars.gif) 0px -80px no-repeat;
}
#equals {
	display: block;
	text-indent: -5000em;
	width: 19px;
	height: 68px;
	background: url(images/equals.gif) no-repeat;
	margin-left: 40px;
	margin-right: 40px;
}

#plus {
	display: block;
	text-indent: -5000em;
	width: 19px;
	height: 68px;
	background: url(images/plus.gif) no-repeat;
	margin-left: 40px;
	margin-right: 40px;
}

/* FOR IE6

#container {
	position: relative;
}

#strip {
	position: absolute;
	top: 50%;
}

#content {
	position: relative;
	top: -50%;
	height: 100px;
}

*/
