@charset "utf-8";
body {
	margin: 0px;
	width: 800px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 600px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
}

#leftside {
	position: relative;
	height: 750px;
	width: 200px;
	float: left;
	background-color: #000000;
	background-image: url(images/side.jpg);
}
#stock {
	position: relative;
	height: auto;
	width: 600px;
	float: left;
	overflow:auto;
	min-height: 600px;
}
#topbar {
	position: relative;
	height: 140px;
	width: 800px;
	float: left;
	background-image: url(images/header.jpg);
}

