@charset "UTF-8";

body {
	background-color: #000;
        font-family: Courier New, Courier, monospace;
	font-size: 11px;
}
#mov {
	width: 270px;
	position: relative;
	left: 500px;
	top: 130px;
}
#allcontent {
	width: 1024px;
	background-image: url(../assets/images/drive_in.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}

.back {
	margin-left: 25px;
	margin-top: 25px;
}
.back a:link {
	color: white;
}
.back a:visited {
	color: white;
}
.back a:active {
	color: white;
}
.back a:hover {
	color: white;
	text-decoration: underline;
}