@charset "UTF-8";
/* CSS Document */



body { 
background-color: #AEDEEB;
}



header { 

width:100%; 
height: 40px;
margin-bottom:10px;
clear:both;
}

#main {
	
	display: flex;
	height:100%;
	
	}

#main nav { 

width:20%;
height: 481px;
margin:10px 10px;
float:left;
}

#main section { 

width:700px;
height: 100%; 
float:left;
margin: 10px;
padding: 10px;
}

#main section header { 

width:100%;
height: 40px;

}

#main section article { 

width:100%;
height: 300px; 


}

#main section footer { 


width: 100%;
height: 40px;
margin-top:5px;

}

#main aside { 

width: 20%;
float: left;
height: 481px;
margin:10px 10px;
}

footer { 


width: 100%;
height: 40px;
clear:both;

}

#sampleMovie { 


width: 600px;
height: 330px;

}

img.cartel{ 

height: 600px;
width: 400px;

}

