
div{
	background-repeat:no-repeat;
	background-position:center center;
}

a{
	background-repeat:no-repeat;
	background-position:center center;
}

div.smirtingfilms {
	float: left;
	background-image: url(../images/header/smirtingfilms.gif);
	width: 190px;
	height: 38px;
}

div.smirt_bikini {
	position: relative;
	float: left;
	background-color: #2AC4DD;
	background-image: url(../images/header/bikiniwonder.gif);
	width: 190px;
	height: 38px;
	z-index: 3;
}
div.smirt_bikini:hover{
	background-color: #000;
	background-image: url(../images/header/bikiniwonder_hover.gif);
}

div.smirt_cowboy {
    position: relative;
	float: left;
	background-color: #F9E709;
	background-image: url(../images/header/cowboy.gif);
	width: 190px;
	height: 38px;
	z-index: 3;
}
div.smirt_cowboy:hover{
	background-color: #000;
	background-image: url(../images/header/cowboy_hover.gif);
}

div.smirt_fatale {
	position: relative;
	float: left;
	background-color: #D60528;
	width: 190px;
	height: 38px;
	background-image: url(../images/header/femmefatale.gif);
	z-index: 3;
}
div.smirt_fatale:hover{
	background-color: #000;
	background-image: url(../images/header/femmefatale_hover.gif);
}

div.smirt_break {
	position: relative;
	float: left;
	background-color: #FF4B00;
	width: 190px;
	height: 38px;
	background-image: url(../images/header/breaktime.gif);
	background-repeat:no-repeat;
	z-index: 3;
}
div.smirt_break:hover{
	background-color: #000;
	background-image: url(../images/header/breaktime_hover.gif);
}
