* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background-color: #666;
    height: 100%;
}

#full {
    height: 100%;
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
}

#first {
    height: 20%;
}

#body {
    height: 75%;
    background: url(../img/home/home.jpg) top left no-repeat;
}

div.menu {
	padding-left: 449px;
    padding-top: 54px;
}

#last {
}

#last a {
    text-decoration: none;
	color: #000000;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
}

#last a:hover{
	text-decoration: underline;
}

.left {
	float: left;
    padding-left: 20px;
}

.right {
	float: right;
    padding-right: 20px;
}