/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: navy;
	color: yellow;
	margin: 0;
	padding: 0;
}

#topbar {
	background-image: url(gradient4.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0%;
height: 180px;
}

#container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	
}

#topimage {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 0;
	margin-left: auto;
}

.positions {
	width: 100%
}

.winner {
	font-weight: bold;
	color: red;
}

div#sponsor{
    display:block;

    /*set the div in the bottom right corner*/
    position:absolute;
    bottom:0;
    right:0;
    width:300px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 200px;
    
    /*give it some background and border*/
   /* background: url(/images/sis_logo_white.png) bottom right no-repeat; */
   
  }
  