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

@import url('dialog.css');

@font-face {
	font-family: "pix Chicago";
	src: url("pixchicago.ttf");
	src: url("pixchicago.svg.xml") format("svg");
	src: url("pixchicago.svg") format("svg");
	src: url("pixchicago.eot");
}
body {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/background_03.png);
}
a {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
p {
	margin-top: 5px;
	line-height: 15px;
}
a p {	
	background-color: white;
}
a p:hover, #sections p:hover/*#sections p:hover is for Opera*/ {
	color: white;
	background-color: black;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
h1 {
	font-family: "pix Chicago", Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	background-color: white;
	text-align: left;
	display: inline;
}
#clock {
	float: right;
	margin: 3px 30px;
	letter-spacing: 1px;
}
#loading {
	margin: 100px 0px 0px 200px;
}
h2, #clock {
	font-family: "pix Chicago", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10px;	
}
h2, #logo {
	margin: 3px 10px;
	float: left;
}
h2 a:hover {
	color: white;
	background-color: black;
}
#container {
	width: 640px;
	height: 480px;
	background-color: white;
	margin: 100px auto;
	border: black solid thin;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
#topbar {
	padding-left: 10px;
}
#desktop {
	margin-top: 25px;
	border-top: black solid thin;
	background-image: url(../images/background_01.png);
	background-repeat: repeat;
	height: 454px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}
#sections {
	float: right;
	margin-right: 5px;
}
#sections li {
	width: 110px;
	margin-top: 25px;
	clear: both;
}
#sections p {
	display: inline;
	/*for Opera*/
	background-color: white;
	cursor: pointer;
}
#trash {
	margin-top: 105px;
}
#loader {
	position: absolute;
	left: 40px;
	top: 150px;
	z-index: 1;
}
#window {
	width: 443px;
	height: 266px;
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	padding-top: 2px;
}
#window li#next {
	margin-left: 45px;
	margin-top: 20px;
}
#button {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px;
}
#content {
	text-align: left;
	padding: 15px;
}
#content li {
	text-align: center;
	float: left;
	margin: 15px;
}
iframe {
	padding-right: 10px;
	margin: 0;
}
.hidden {
	visibility: hidden;
}
.center {
	text-align: center;
}
