html,body {
	margin: 0;
	padding: 0;
}

html {

}

body {
	background: #FFF url(raster.gif) no-repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
}
.main{


}
#writeroot {
	margin: 10px 0;
	padding: 10px 0;
}

.query {
	display: none;
}

ul{
	list-style: none;
}

li {
	margin-bottom: 10px;
}

p span {
	display: block;
	border: 1px solid red;
	width: 50%;
}
.wide{
	height:20px;
	width:1600px;
	background-color: rgba(0,0,255,0.5);
}
.tall{
	height:1600px;
	width:20px;
	background-color: rgba(0,255,255,0.5);
}

