body
{
    text-align: left;
}

#full
{
    border-spacing: 0px;
	width: 800px;
	height: auto;
}

#head
{
	width: 800px;
	height: 150px;
	float: left;
	background: url(bin/head.jpg) no-repeat;
}

#navi
{
    vertical-align: top;
	height: 350px;
	width: 140px;
}

#content
{
	width: 700px;
	text-align: left;
}

#but1
{
	width: 135px;
	height: 32px;
	display: block;
	background: navy;
    color: white;
    text-align: right;
    text-decoration: none;
}

#but1:hover
{
	
	color: navy;
    background: white;
}

#but2
{
	width: 135px;
	height: 32px;
	display: block;
	color: navy;
    background: white;
    text-align: right;
    text-decoration: none;
}