@charset "UTF-8";
/* CSS Document */

img{
	border:none;'
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

body {
	background-image:url(img/bg2.png);
}
#container{
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
		background-color:#FFF;

	
}

#trash{
	width:600px;
	height:768px;
	background-image:url(img/trash.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFF;
}


#menu{
	width:540px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#head{
	width:580px;
	height:116px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	width:580px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pointer {
display:block;
height:10px;
width:10px;
margin-bottom:160px;
margin-top:-170px;
position:relative;
}

#news a:hover, #timeschedule a:hover, #tickets a:hover, #media a:hover, #archive a:hover #activities a:hover #route a:hover #links a:hover {
background-position:bottom;
}
