@import "../stylesheet.css";

body {

		background-color: #aa7;
}

#reels {
		background-color: #000;
		position: absolute;
		top: 80px;
		width: 1100px;
		height: 350px;

}

#editing {
		position: absolute;
		left: 10px;
		top: 60;
		background-color: #F44

}

#cinematography {
		position: absolute;
		left: 340px;
		top: 60px;
		background-color: #4F4

}

#interviews {
		position: absolute;
		left: 670px;
		top: 60;
		background-color: #44F

}

#backlink {
		position: absolute;
		top: 500px;
		background-color: #777
}


