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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; color: black; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }


body
{
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/hiden.png);
}
#art { position: absolute; top: 0; left:0; z-index: 1000; }
img { visibility: hidden; }
.exposed img { visibility: visible; }
body.exposed
{
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/exposed.png);
}

.exposed div#mag
{
	position: absolute;
	top: 642px;
	left: 89px;
	width: 376px;
	height: 81px;
	visibility: hidden;
}

.exposed div#screen
{
	position: absolute;
	top: 200px;
	left: 197px;
	width: 130px;
	height: 123px;
	visibility: hidden;
}
.exposed div#speaker
{
	position: absolute;
	top: 275px;
	left: 122px;
	width: 66px;
	height: 85px;
	visibility: hidden;
}
.exposed div#tv
{
	position: absolute;
	top: 291px;
	left: 580px;
	width: 279px;
	height: 219px;
	visibility: hidden;
}

