body
	{
	background: black;
	color: orange;
	}

.sectionlink
	{
	color: red;
	left: 0;
	height: 33%;
	}

#nontrailer
	{
	width: 80%;
	position:absolute;
	top: 0;
	}

#trailer
	{
	width: 80%;
	position: absolute;
	bottom: 0;
	}

#leftpart
	{
	position: absolute;
	left: 0;
	height: 100%;
	}

#midpart
	{
	width: 441px;
	height: 620px;
	background: black;
	}

#rightpart
	{
	position: absolute;
	top: 0;
	right:0;
	height: 100%;
	}

