@charset "UTF-8";
/* CSS Document */
html{
	height: 100%;
	width: 100%;
}
body{
	background: #000;
	height: 100%;
	width: 100%;
	margin: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container, #main-content, #body-content{
	width: 100%;
	height: 100%;
}
a, a:visited{
	color: #A0CF67;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
img{
	border: none;
}

#lucid{
	position: relative;
	width: 960px;
	height: 600px;
	left: 50%;
	margin-left: -480px;
}
#mobile{
	/*margin: 10px;*/
}
#header, #content, #output, #social{
	padding-left: 10px;
}
h2{
	color: #A0CF67;
}
#output img{
	/*margin: -20px 0;*/
	margin: 0;
	position: relative;
	float: left;
	clear: left;
}
#output div{
	/*margin: 30px 0;*/
	margin: 0;
	float: left;
	clear: left;
	width: 100$;
}
#output div p{
	position: relative;
	float: left;
	clear: none;
	margin-top: 40px;
}
.drink{
	width: 97%;
	border-top: thin solid #a0cf67;
}
#social{
	float: right;
	clear: both;
}
