html, body {
	background:#000003 url(/img/space.jpg) center top;
	color: #fafdff;;
	height: 100%;
	margin: 50%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	min-height:500px;
	position:relative;
}

#sideMenu{
	width  : 150px; 
	min-height : 100%;
	display: block;
	left   : 0;
	top    : 0;
	float  : left;
	clear  : both;
	border-right: #000 3px solid;
}

#Main {
}

#teasr{
	position:fixed;
	bottom:200px;
	right:100px;
	font-size: 24px;
}
