
body  { color: #d8d67f; font-family: serif; background-color: #000000; margin-right: auto; margin-left: auto; position: center }

p {font-size:medium;
}
h1{font-size:170%;
}
h2{font-size:130%;
}
h3{font-size:120%;
}

#burrito{width:820px;
		position:center;
		margin-left:auto;
		margin-right:auto;
		background-color:#000000;
}
	
#navagation {
	position:center;
	left:177px;
	top:88px;
	width:820px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
}


#sidebar {
	float:left;
	
	top:52px;
	width:130px;
	z-index:1;
	padding:10px;
	background-color:#000000;
	
	

}
#content {
		float:right;
		width:649px;
		padding:10px;
		background-color:#000000;
	
}
#noside{position:center;
		margin-left:90px;
		margin-right:90px;
}	

#movie {margin-left:164.5px;
		margin-right:164.5px;
}
#footer{
		position:bottom;
		width:820;
		padding:10px;
		text-align:center;
		clear:both;
		background-color:000000;
		color:#d8d67f;

}

a:link{
		color:#FF0000;
		font-weight:300;
		text-decoration:none;
}
a:visited{
		color:#CC9900;
		font-weight:300;
		text-decoration:none;
}
a:hover{
		color:#CC3300;
		font-weight:300;
		text-decoration:none;
}