a img {border:none; background: transparent}

a:link {color: #FE00FE; text-decoration: none}     /* unvisited link */
a:visited {color: #FE00FE; text-decoration: none}  /* visited link */
a:hover {color: #FFFFFF; text-decoration: none}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration: none}   /* selected link */


#box {
position:absolute;
width:600px;
height:400px;
top:185px;
}
 
#start {
	text-align: center;
	margin: .5em 0;
}

table {
font: 11px trebuchet ms, verdana, sans-serif;
color: #333333;
line-height: 130%
}

p {
font: 11px trebuchet ms, verdana, sans-serif;
color: #CBCBBB;
line-height: 130%
}

h1{
	font: 11px trebuchet ms, verdana, sans-serif;
	color: #FE00FE;
}


#area1 {
	background: #000;
	height: 320px;
	width: 9px;
	border: 1px solid #999;
}
 
#knob1 {

	height: 25px;
	width: 9px;
	background: #999;
	
}

#area2 {
	background: #000;
	height: 320px;
	width: 9px;
	border: 1px solid #999;
}
 
#knob2 {
	height: 25px;
	width: 9px;
	background: #999;
	
}


#txtbox1 {
	position: absolute;
	left: 60px;
	top: 0px;
	width: 320px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
}

#txtbox2 {
	position: absolute;
	left: 510px;
	top: 0px;
	width: 200px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
}
 
.inside1 {
	width: 320px;
	height: 1000px;
}

.inside2 {
	width: 200px;
	height: 1000px;
}
