/* CSS Document */body {	background:#c0d0e0;	font-family:Arial, Helvetica, sans-serif;	color:#fff;	width:1200px;	height:100%;	margin:auto;	text-align:center;	}#bound {	position:absolute;	width:420px;	height:100%;	left:30%;	z-index:200;	}#cords {	background:none;	width:430px;	height:232px;	position:absolute;	margin-left:43px;	top:0;	left:30%;	z-index:5;	}#sockets {	background:none;	width:430px;	position:absolute;	margin-left:43px;	top:180px;	left:30%;	z-index:5;	}.cordSpace {	width:87px;	height:4px;	float:left;	}	#cord1 {	background:url('img/cord.png') bottom no-repeat;	width:44px;	height:155px;	margin:0 13px 0 0;	float:left;	}	#cord2 {	background:url('img/cord.png') bottom no-repeat;	width:44px;	height:175px;	margin:0 13px 0 0;	float:left;	}	#cord3 {	background:url('img/cord.png') bottom no-repeat;	width:44px;	height:163px;	margin:0 13px 0 0;	float:left;	}.leftSpace {	width:88px;	height:4px;	float:left;	}.socket {	background:url('img/socket.png') no-repeat;	width:42px;	height:84px;	margin:0 15px 0 0;	float:left;	z-index:10;	}#logo {	background:url('img/splashlogo.png') center no-repeat;	position:absolute;	top:130px;	left:30%;	width:430px;	height:326px;	z-index:100;	}#knobs {	background:url('img/splashknob.png') center no-repeat;	position:absolute;	top:395px;	left:30%;	width:430px;	height:130px;	z-index:1;	}	#leftNav {	text-align:right;	text-transform:uppercase;	font-weight:bold;	float:left;	margin-top:408px;	color:#fff;	line-height:2.1em;	z-index:150;	}	#rightNav {	text-align:left;	text-transform:uppercase;	font-weight:bold;	float:right;	margin-top:408px;	color:#fff;	line-height:2.1em;	z-index:200;	}	#info {	position:absolute;	font-size:.65em;	color:#000;	width:430px;	left:30%;	top:550px;	clear:both;	}	a {	color:#fff;	text-decoration:none;	font-size:1.2em;	}a:hover {	color:#990101;	text-decoration:none;	}