@charset "utf-8";
/* 
Ultimate Sunset Party
Website by www.fnkfrsh.be
*/

html {
		height: 100%;
	}

body{
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 0px;
	background-color:#fdb33e;
	background: url(bg.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	}

.logo{
	margin-left:-300px;
	}

.ctr{
		margin:0 auto;
		text-align:center;
	}

	
#content {
	margin:0 auto;
	width:730px;
	padding: 0 40px;
	background-image: url(bg-content.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	}
	
	 ul{
		 text-align:left;
		 }

.prix {
	color:#6adefd;
	font-weight:bold;
	}

h3 {
	color:#6adefd;
	}
	
img {
	border:none;
	}	
	
h2 {
	color:#6adefd;
	}

a {
	color:#fff;
	}

a:over {
	color:#fff;
	}
	
a:visited {
	color:#fff;
	}
	
.organised_by {
	font-size:10px;
	margin:auto;
	width:300px;
	margin-bottom:15px;
	text-align:center;
}
.organised_by a {
	color:#B96B14;	
	text-decoration:none;
    font-family: Verdana, Geneva, sans-serif;
}