#wrapper
{
		position:absolute;
		background-color:rgb(245, 245, 245);
		height:2700px;
		width:910px;
		top:30px;
		left:50px;
		right:50px;
		margin: 0 auto;
}

#head
{
		position:absolute;
		background-color:transparent;
		top:0px;
		left:0px;
		height:240px;
		width:295px;
}

#nav
{
		position:absolute;
		background-color:transparent;
		top:260px;
		left:15px;
		right:15px;
		height:30px;
		width:880px;
}

#search
{
		position:absolute;
		background-color:brown;
		top:310px;
		left:15px;
		height:30px;
		width:260px;
}

#contact
{
		position:absolute;
		background-color:transparent;
		top:15px;
		right:15px;
		height:30px;
		width:110px;
}

#text
{
		position:absolute;
		background-color:white;
		top:310px;
		right:25px;
		height:2300px;
		width:558px;
		padding:15px;
}

.button 
{
		background-color:rgb(245, 245, 245);
		border:none;
		color:black;
		padding:5px 10px;
		display:inline-block;
		font-size:16px;
		cursor: pointer;
}

.button:hover 
{
		background-color: brown;
}

a:link 
{
		color:brown;
		background-color: transparent;
		text-decoration: none;
}

a:visited 
{
		color:brown;
		background-color: transparent;
		text-decoration: none;
}

a:hover 
{
		color:red;
		background-color: transparent;
		text-decoration: none;
}