body {
	font-family:helvetica, arial;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	color: white;
	background-color:white;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-position: fixed;
	margin:0px;
}

#container {

}

#tickets {
	color: black;
	font-weight: bold;
	position: absolute;
	width: 380px;
	top: 20px;
	left: 20px;
	padding: 10px;
	background-image: url('images/white.png');
}

a, a:active, a:visited {
	 color: #f52e6b;
	 text-decoration: none;
}

a:hover {
	 color: #b4223a;
}


.clear_float {
  	clear: both;
	height: 0px;
}

