* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/stripe.jpg);
	background-repeat: repeat-x;
	background-color: #2e2e2f;
}

#wrapper {
width: 800px;
height: 600px;
margin-left: auto;
margin-right: auto;
position:relative;
background-image:url(images/background.jpg);
}

a#sil {
	float: left;
	width: 235px;
	height: 211px;
	background-image:url(images/sil.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 213px;
	top: 184px;
}

a#sil:hover {
background-image:url(images/sil_hover.png);
}

* html a#sil {
background:none;
float: left;
width: 235px;
height: 211px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sil.png', sizingMethod='scale');
}

* html a#sil:hover {
background:none;
float: left;
width: 235px;
height: 211px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sil_hover.png', sizingMethod='scale');
}

a#current {
	float: left;
	width: 41px;
	height: 74px;
	background-image:url(images/current.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 624px;
	top: 107px;
}

a#current:hover {
background-image:url(images/current_hover.png);
}

* html a#current {
background:none;
float: left;
width: 41px;
height: 74px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current.png', sizingMethod='scale');
}

* html a#current:hover {
background:none;
float: left;
width: 235px;
height: 211px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_hover.png', sizingMethod='scale');
}

a#upcoming {
	float: left;
	width: 41px;
	height: 74px;
	background-image:url(images/upcoming.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 624px;
	top: 182px;
}

a#upcoming:hover {
background-image:url(images/upcoming_hover.png);
}

* html a#upcoming {
background:none;
float: left;
width: 41px;
height: 74px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/upcoming.png', sizingMethod='scale');
}

* html a#upcoming:hover {
background:none;
float: left;
width: 235px;
height: 211px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/upcoming_hover.png', sizingMethod='scale');
}

a#about {
	float: left;
	width: 41px;
	height: 74px;
	background-image:url(images/about.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 624px;
	top: 334px;
}

a#about:hover {
background-image:url(images/about_hover.png);
}

* html a#about {
background:none;
float: left;
width: 41px;
height: 74px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about.png', sizingMethod='scale');
}

* html a#about:hover {
background:none;
float: left;
width: 235px;
height: 211px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about_hover.png', sizingMethod='scale');
}

a#contact{
	float: left;
	width: 41px;
	height: 74px;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 624px;
	top: 260px;
}

a#contact:hover {
background-image:url(images/contact_hover.png);
}

* html a#contact {
background:none;
float: left;
width: 41px;
height: 74px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact.png', sizingMethod='scale');
}

* html a#contact:hover {
background:none;
float: left;
width: 235px;
height: 211px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact_hover.png', sizingMethod='scale');
}

#login {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	left: 562px;
	top: 434px;
}
