/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color:#000;
	color:#fff;
	}
	
body, h1 {
	margin:0px;
	padding:0px;
	}
	

h1 {font-size:48px; font-weight:normal; margin:5px 0 5px 0;}
a {color:#FF0000; text-decoration:none;}
a:hover {text-decoration:underline;}
#container { margin:150px 0 0 100px;}

#sponsors-container { 
    margin:50px auto;
    background: url(/images/team-beer-sponsors.png) 0 0 no-repeat;
    width: 1000px;
    height: 490px;
    position: relative;
    }

.contact-link {
    margin-right: 30px;
}


/* sponsors */
.sponsors-link {
    position: absolute;
    text-indent: -4000px;
}

#pereira-cycles {
    top: 20px;
    left: 40px;
    width: 220px;
    height: 120px;
}

#seven-corners {
    top: 290px;
    left: 15px;
    width: 270px;
    height: 170px;  
}

#meat {
    right: 20px;
    top: 25px;
    width: 190px;
    height: 105px;
}

#roots-brewery {
    right: 45px;
    top: 280px;
    width: 140px;
    height: 195px;
}

#wax-on {
    top: 300px;
    left: 360px;
    width: 310px;
    height: 160px;
}

#beer-home {
    top: 10px;
    left: 350px;
    width: 340px;
    height: 140px;
}
