/* @override http://zelosmusic.com/splash.css */

/* CSS Document */

body, html {
	height : 100%; }

body {
	margin : 0px;
	 }

#container {
	background : url('zelos.logo.gif') no-repeat center 20px;
	width : 100%;
	height : 480px;
	padding-top : 90px;
	 }
table {
	background : url('background.jpg') no-repeat bottom center;
}
img {
	border : 0; }

a#myspace {
display : block;
height : 23px;
text-indent : -9999px;
background : url('bandcamp.gif') no-repeat 0px 0px;
width : 116px;
overflow : hidden;
}
a#myspace:hover {
background : url('bandcamp.gif') no-repeat 0px -23px;
}
#links {
	width : 232px;
}
#links a {
	display : block;
	float : left;
	height : 19px;
	overflow : hidden;
	text-indent : -9999px;
	margin-top : 20px;
}
a#sonicbids {
	width : 50px;
	background : url('zelos.links.gif') no-repeat 0px 0px;
}
a#ilike {
	width : 35px;
	background : url('zelos.links.gif') no-repeat -50px 0px;
}
a#facebook {
	width : 62px;
	background : url('zelos.links.gif') no-repeat -85px 0px;	
}
a#virb {
	width : 47px;
	background : url('zelos.links.gif') no-repeat -147px 0px;
}
a#youtube {
	width : 38px;
	background : url('zelos.links.gif') no-repeat -194px 0px;
}




a#sonicbids:hover {
	width : 50px;
	background : url('zelos.links.gif') no-repeat 0px -19px;
}
a#ilike:hover {
	width : 35px;
	background : url('zelos.links.gif') no-repeat -50px -19px;
}
a#facebook:hover {
	width : 62px;
	background : url('zelos.links.gif') no-repeat -85px -19px;	
}
a#virb:hover {
	width : 47px;
	background : url('zelos.links.gif') no-repeat -147px -19px;
}
a#youtube:hover {
	width : 38px;
	background : url('zelos.links.gif') no-repeat -194px -19px;
}

