/* reset styles */

@charset "UTF-8";
body, div, ul, li, p, h1, h2, h3, h4, form, fieldset, img {border:none; margin:0px; padding:0px;}
textarea, input { font-family:Arial, Verdana, Geneva, sans-serif; font-size:11px; }
body {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#d5fff8;
	padding:0px;
	margin:0px;
	background-color:#13a5ff;
	background-image:url(../images/bg-tile.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
body, html {
	width:100%;
	height:100%;
}
a:link {color:#d5fff8; text-decoration:none;}
a:visited {color:#d5fff8; text-decoration:none;}
a:hover {color:#d5fff8; text-decoration:none;}

hr {
	border:0px;
 	border-bottom: 1px solid #8f8372;
}

.right_span {
	float:right;
	display:block
}

/* main structure */

#site {
	position:relative;
	width:1016px;
	margin-left:auto;
	margin-right:auto;
}

#edb_art_bg {
	width:1016px;
	height:821px;
	position:absolute;
	left:0px;
	top:0px;
	/*background-image:url(../images/main.gif);
	background-repeat:no-repeat;*/
	z-index:1;
}

#info {
	position:absolute;
	left:530px;
	top:40px;
	width:386px;
	background-image:url(../images/info_bg.png);
	z-index:2;
}

#info div.black_bg {
	margin:0px 10px 4px 10px;
	width:367px;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}

.pink_text {
	color:#ff78ff;
	font-size:11px;
}

.spacer {
	height:6px;
}

#pss_logo_link {
	position:absolute;
	display:block;
	width:66px;
	height:42px;
	left:908px;
	top:411px;
	display:block;
	text-indent:-9999px;
	background-image:url(../images/pss-logo.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}


/* background effect */

.glitch_bg_slice {
	background-image:url(../images/main.gif);
	background-repeat:no-repeat;
}

#glitch_slice_1 { height:71px; background-position:0px 0px; }
#glitch_slice_2 { height:81px; background-position:0px -71px; }
#glitch_slice_3 { height:64px; background-position:0px -152px; }
#glitch_slice_4 { height:48px; background-position:0px -216px; }
#glitch_slice_5 { height:54px; background-position:0px -265px; }
#glitch_slice_6 { height:132px; background-position:0px -318px; }
#glitch_slice_7 { height:62px; background-position:0px -450px; }
#glitch_slice_8 { height:100px; background-position:0px -512px; }
#glitch_slice_9 { height:102px; background-position:0px -612px; }
#glitch_slice_10 { height:108px; background-position:0px -714px; }



