body {
        margin: 0px;
        font-family: Helvetica neue, 'arial';
        font-size: 13px;
        color: white;

}
#wrapper {
        min-width: 990px;
}

#header {
        padding: 20px;
}

#hey {

max-width:315px;background-color: white; opacity:0.4;padding:10px 20px 10px 20px;color: #000;
    -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#container {
	min-height: 300px;
}

#column-left {
	width: 605px;
	padding: 40px;
	color:#fff;
    line-height:1.1em;
	margin-right: 20px;
}
#column-right {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 290px;
	padding: 20px 10px;
 }

#footer {
        font-family: Helvetica neue;
        font-size: 11px;
        font-weight: lighter;
        color: white;

}
#footerwrapper {
    background: url(http://www.rodeopark.se//Images/bg.jpg);
	padding: 20px;
	position: fixed;
	z-index: 500;
	left: 0px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
}

h1 {
        color: white;
        padding: 0px 0px 10px 0px;
        margin: 0 0 0 8px;
        letter-spacing: -5px;
        font-size: 56px;
        font-weight: lighter;
}

.headline {font-size: 16px; font-weight: bold; padding: 20px 0px 10px 0px;}

#list1 ul {list-style: none;padding: 0px;}

#list1 li a:link {color: white; text-decoration: none;}
#list1 li a:hover {color: white; text-decoration: underline;}

a {color: white; text-decoration: none;}
a:hover {color: white; text-decoration: underline;}
.bold {font-weight: bold;}