html, body {
	background:#151515;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#glassbox {
	background:#333;
	border:1px solid #000;
	height:400px;
	margin:30px auto auto auto;
	position:relative;
	width:960px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.element {
	background:#666;
	border:1px #000 solid;
	cursor:move;
	height:123px;
    position:absolute;
	padding:10px 10px 10px 10px;
	width:380px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.element p{margin:0px;float:right;}

#respond{
	color:#fff;
	margin:0 auto 0 auto;
	width:960px;

}

a{text-decoration: none;}
a:hover{text-decoration: underline;}
