html, body {
	background-color: #000000;
}

body {	
	/* disable cleartype */
	filter:alpha(opacity=100);
	opacity:1.0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	
	width: 100%;
	min-width: 1200px;
	
	font-size: 13px;
	line-height: 14px;
}

#container {
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 1200px;
	height: 875px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	
	left: 265px;
	
	width: 704px;
	height: 88px;
}

#instructions, #instructions2 {
	position: absolute;
	
	top: 75px;
	
	/*width: 365px;*/
	width: 245px;
	/*height: 530px;*/
	height: 410px;
	
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

#instructions {	
	background-image: url(../images/bg_instructions.png);
	background-repeat: no-repeat;

	z-index: 200;
}

#instructions2 {
	z-index: 203;
}

#coraline {
	position: absolute;
	
	top: 334px;
	left: 260px;
	
	width: 141px;
	height: 346px;

	z-index: 202;
}

#ownit {
	position: absolute;
	
	top: 605px;
	left: 0px;
	
	width: 192px;
	height: 148px;
}

#dvdbanner {
	position: absolute;
	
	top: 574px;
	/*top: 575px;*/
	left: 195px;
	
	width: 701px;
	height: 224px;

	z-index: 204;
}

#glasses {
	position: absolute;
	
	top: 605px;
	left: 940px;
	
	width: 229px;
	height: 172px;
}

#cite {
	position: absolute;
	
	top: 743px;
	left: 9px;
	
	height: 34px;
	width: 403px;
}

#appframe {
	/*z-index: 1;*/
	position: absolute;
	
	left: 401px;
	top: 95px;
	
	/*width: 639px;*/
	width: 629px;
	/*height: 479px;*/
	height: 469px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	overflow: hidden;
	
	background-image: url(../images/bg_control.png);
	background-repeat: no-repeat;
}

#controlpane {
	width: 629px;
	height: 449px;
}

#controlinfos {
	position: absolute;
	
/*	top: 456px;*/

	left: 401px;
	top: 551px;
	
	width: 639px;
	height: 20px;

	z-index: 210;
}

#controllayer {
	top: 0px;
	left: 0px;
	width: 639px;
	height: 479px;
}

#preloader,
#selectCameraDialog {
	position: absolute;
	
	left: 401px;
	top: 95px;
	
	width: 629px;
	height: 469px;
}

#selectCameraDialog {
	z-index: 2;
	
	position: absolute;
	
	left: 401px;
	top: 95px;
	
	width: 639px;
	height: 479px;
	
	background-image: url(../images/bg_preloader.jpg);
	background-repeat: no-repeat;
}

#preloader {
	z-index: 3;
	
	position: absolute;
	
	left: 401px;
	top: 95px;
	
	width: 639px;
	height: 479px;
	/*height: 259px;
	
	padding-top: 220px;
	
	background-image: url(../images/bg_preloader.jpg);
	background-repeat: no-repeat;*/
}

#selectCameraDialog .content, #preloader .content {
	position: absolute;
	
	width: 639px;
	height: 479px;
	
	background-image: url(../images/bg_preloader.jpg);
	background-repeat: no-repeat;
	
	text-align: center;
}

#optionsPopup {
	z-index: 999;
	position: absolute;
	
	left: 406px;
	top: 509px;
	
	height: 40px;
	width: 190px;
}

#optionsPopup .content {
	position: absolute;
	
	width: 190px;
	height: 36px;
	
	padding-top: 4px;
	
	background-color: #F4EFD3;
}

#controlinfos .content {
	position: absolute;
}

#controlinfos a {
	display: block;
	float: left;
}

#optionsPopup_iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: -400;
}

#selectCameraDialog_iframe, #preloader_iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -200;
}

#selcam_content {
	padding: 10px 0 10px 0;
	text-align: center;
}


a:link, a:visited, a:active {
	font-weight: bold;
	color: #081839;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*#preloader h1 {
	color: #081839;
	font-weight: bold;
}*/

#incompatible {
	width: 639px;
	height: 479px;
	padding: 100px 0 0 0;
	text-align: center;
}

#selectCameraDialog p,
#incompatible p {
	margin: 10px 0 10px 0;	
}

#incompatible .system-requirement {
	display: block;
	width: 70%;
	margin: 100px auto;
	font-size: 11px;
	font-style: italic;
}

#camSetLink {
	margin-left: 50px;
}

h1 {
	color: #081839;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

ol {
	list-style-type: decimal;
	margin-left: 20px;
}

li {
	margin-bottom: 10px;
}
