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

html {
	background: url(../img/bg.png);
}

*html {
	background: url(../img/bg.gif);
}


body {
	margin: 0;
	padding: 0;
	background: url(../img/gradient-bg.jpg) top repeat-x;
}

body {
	font: normal 1em Verdana, Geneva, sans-serif;
	color: #785f31;
}

#slippers {
	background: url(../img/slippers-bg.jpg) top center no-repeat;
}

#container {
	background: url(../img/bg.png) top repeat;
	width: 1000px;
	margin: 0 auto;
}

*html #container {
	background: url(../img/bg.gif) top repeat;
	width: 1000px;
	margin: 0 auto;
}

a:link {
	color: #ca6455;
	text-decoration: underline;
}

a:visited {
	color: #a840ac;
	text-decoration: none;
}

a:hover {
	color: #ff2000;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* players */

#player-bg {background: url(../img/player-bg.jpg) top no-repeat; width: 1000px; height: 507px; padding: 7px 0 0 0;}
.player-frame {background: url(../img/player-frame.jpg) top no-repeat; width: 340px; margin: 0 10px 0 0;}
.player-frame img {padding: 10px 10px 0 10px;}

/* /players */

#text {font: bold 12px Arial, Helvetica, sans-serif; text-align: center; line-height: 25px; margin: 0; padding: 20px 20px 0 0;}
#instant-access {font: bold 42px "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0; padding: 0 20px 0 0; text-align: right; text-transform: uppercase;}

/* copyright */

#copyright {
	font-size: 62.5%;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 25px 0 25px 0;
}

/* /copyright */