	body{
		background-color:black;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	#wrapper{
		border: 1px solid black;
		width:980px;
		background-color:black;
		padding:10px;
		overflow: auto;
		margin-left:auto;
		margin-right:auto;
		font-family:"Arial",Arial,Serif;
	}

	#nav{
					height: 50px ;
					width: 960px;
					padding: 0px;
					text-decoration: none;
					display: block;
					height: auto;
					
				}
					a:link {
						text-decoration: none;
						color: white;
						font-size: 25px;
					}

					a:visited {
						text-decoration: none;
						color: white;
					}

					a:hover {
						text-decoration: none;
					}

					a:active {
						text-decoration: none;
					}
				
	.navbutton{
			float: left;
			height: 50px;
			width: 192px;
			margin: 0px;
			border-style: solid;
			border-width: 0px;
			text-align: center;
			line-height: 40px;
				}
					.navbutton:hover{
						background-color: #CC1600;
	}
					
	#onpage{
			background-color: #CC1600;
	}

	#seats{
		width:960px;
		height:385px;
	}

	#infobox{
		margin-top: 20px;
		border:1px solid black;
		width:960px;
		min-height:429px;
		background-color:black;
		padding:10px;
		color:white;
		font-size:20px;
		
	}

	.contacts{
		border:1px solid black;
		text-align:center;
		padding:30px;
		margin-left:auto;
		margin-right:auto;
		color:white;
		width:300px;
		background-color:black;
		font-size:20px;
		
	}
	
	#footer{
		border-top:1px solid white;
		width:968px;
		min-height:30px;
		background-color:black;
		color:white;
		padding:10px;
		font-size:20px;
	}
		#footer p{
			float: right;
		}
	
	table{
		padding: 10px;
	}

	#email{
		color:blue;
		font-style:line;
		font-size:25px;
	}
