

/*
CSS
*/

*					{ margin: 0; padding: 0; }
body				{ background: url(images/back.jpg) repeat; }


#poster			{ width: 481px; margin: 20px auto; min-height: 683px;
					  background: url(images/blankposter.png) top center no-repeat;
					  position: relative; }
					  
#text				{ width: 440px; height: 650px; position:absolute; left:15px; top:25px }

#text2				{ width: 440px; height: 650px; position:absolute; left:15px; top:40px }