/*body {
	margin: 0px;
	padding: 0px;
	background: url('http://www.vmodtech.com/bgweb_purple_low.jpg') #000 fixed center top;
}*/
.left #left {
	width: 130px;
	height: 600px;
	position: absolute;
	z-index:99;
	top: 0px;
}
.right #right {
	width: 433px;
	height: 600px;
	position: absolute;
	z-index:99;
	top: 0px;
}
.left, .right{
	height: 100%;
	left:50%;
	top: 0px;
	position: absolute;
}
.left {
	margin-left: -632px;
	text-align:left;
}
.right {
	margin-left: 200px;

}
