/* CSS Document */
div.site {
	width: 942px;
	height: 587px;
	position:absolute;
	top: 0px;
	background-color:#FFFFFF;
	left: -42px;
	}
	
div.profile {
	position: absolute;
	top:160px;
	left: 0px;
	width: 119px;
	height: 107px;
	overflow:auto;
	}
	
div.main {
	position: absolute;
	width: 571px;
	height: 525px;
	top: 40px;
	left:352px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	border-top-color:#333333;
	border-top-width:1px;
	border-top-style: solid;
	background-color: transparent;
	}

