html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: white;
    font-size: 0.95em;
    background-image:url(../img/back.jpg); 
	background-repeat: repeat; 
	background-position: center center;
	text-align: center;
    vertical-align: middle;
}

#main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 520px;
    margin-left: -320px;
    margin-top: -240px;
    background-color: #281809;
    border: 4px solid #170e06;
}

#logo {
    width: 100%;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image:url(../img/logo.gif); 
    background-repeat: no-repeat; 
	background-position: center center;
}

#brands {
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 0px;
    vertical-align: baseline;
}

#brands2 {
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 0px;
    vertical-align: baseline;
}

#text {
    
    width: 440px;
    height: 60px;
    margin-top: 0px;
	margin-left: 100px;
    vertical-align: middle;
	text-align: justify;
	
}

#stuff {
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 65px;
    vertical-align: baseline;
	color: #DDDDBE;
}

#homestuff {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 155px;
    vertical-align: baseline;
	color: #DDDDBE;
}

img {
    border: 2px solid #281809;
        margin-top: 40px;
}

img:hover {
        margin-top: 20px;
}

img.stuff {
    border: 0px;
    margin: 0px;
}

img.stuff:hover {
   margin: 0px;
}

p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
}

a {
    text-decoration: none:
    color: gray;
}

fieldset {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    border: none;
    line-height: 20pt;
}
