@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin: 0;
}

body,table,td,select,input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0;
	outline: 0;
}
a:link, a:active, a:visited{
	outline:none;
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
}
#wrapper{
	width:900px;
	margin:0 auto;
	background-image:url(/images/layout.png);
	background-repeat:no-repeat;
	height:900px;
}
#bands{
	float:right;
	width:380px;
	margin:300px 20px 0 0;
}
#bands img{
	margin:0 0 40px 0;
}
#bottom{
	background-image:url(/images/bottom.png);
	background-repeat:no-repeat;
	height:50px;
	text-align:center;
	padding:20px 0 0 0;
	margin:40px 0 0 0;
}