html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, html {
	line-height: 1;
	color: #111111;
	overflow-x: hidden;
	overflow-y: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}
img {border:none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

* {margin:0;padding:0;list-style:none;
}

#ie6 {display: none;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}



.screen {
position: fixed;
background: url("../ima/screen.gif") repeat top left;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: block;
z-index: 20;
}


#screenOver {
position: fixed;
background: url("../img/screenYellow.gif") repeat 0 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
z-index: 23;
display: none;
opacity: 0.8;
filter: alpha(opacity = 80);
}


#screenSolid {
position: fixed;
background: /*#fbea00*/ black;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: block;
z-index: 25;
display: none;
 opacity: 0.25;
  filter: alpha(opacity = 25);
}

#content {
position: relative;
z-index: 29;
/*width: 599px;
*/
width: 80%;
min-width: 600px;
}

#content {
min-height: 450px;
display: block;
position: absolute;
top: 50%;
margin-top: -230px;
left: 50px;
}

#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}