@charset "utf-8";
/* CSS Document */
.style1 {color: #FEFEFE}
body {
	background-color: #222222;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#left-side {
width:48%;
float:left;
position:relative;
}
#right-side {
width:600px;
float:right;
position:relative;
border:#00FFFF thin dashed;
padding:20px;
}
