#maincontainer
{
position: absolute;
height:500px;
width:1000px;
background-color:tan;
}

#windowbox
{
position: absolute;
top:3px;
left:3px;
height:493px;
width:993px;
}


/* SEARCHBOX */
#dictsearchbox {
	top: 250px;
	font-weight:bold;
	position:absolute;
	width: 50px;
	height: 150px;
	left: 150px;
	}
	

#featurediv
{
 position: absolute;
 top: 450px;
 left: 150px;
 height: 30px;
 width: 100px;
}

#particulardiv
{
 position: absolute;
 top: 450px;
 left: 325px;
 height: 30px;
 width: 100px;
}

#placesdiv
{
 position: absolute;
 top: 450px;
 left: 690px;
 height: 30px;
 width: 100px;
}

#typediv
{
 position: absolute;
 top: 450px;
 left: 950px;
 height: 30px;
 width: 100px;
}

#centurydiv
{
 position: absolute;
 top: 550px;
 left: 150px;
 height: 30px;
 width: 100px;
}

#stylediv
{
 position: absolute;
 top: 550px;
 left: 300px;
 height: 30px;
 width: 100px;
}

#materialdiv
{
 position: absolute;
 top: 550px;
 left: 500px;
 height: 30px;
 width: 100px;
}

 #everythingdiv
{
 position: absolute;
 top: 550px;
 left: 675px;
 height: 30px;
 width: 100px;
}

