@charset "UTF-8";

body {
	background-color: #000;
	background-image: url(images/weedscan_medium.jpg);
	background-repeat: no-repeat;
	background-position: 375px 2px;
	margin: 0px;
}
#twittersig {
	top: 10px;
	position: absolute;
	left: 10px;
	z-index: 1;
}

#clock {
	position: absolute;
	height: 20px;
	right: 50px;
	z-index: 2;
	top: 5px;
}

#info {
	font-family: Verdana, Geneva, sans-serif;
	color: #616631;
	position: absolute;
	height: 75px;
	width: 425px;
	left: 650px;
	top: 650px;
}
#more p{
	font-family: Verdana, Geneva, sans-serif;
	color: #616631;
	position: absolute;
	height: 40px;
	width: 400px;
	left: 650px;
	top: 750px;
	line-height: 1.5em;
}
#more p a{
	color: #616631;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}
#more a:hover{
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}
#linkedin {
	position: absolute;
	left: 650px;
	top: 798px;
}

