body {
	background-color: #666;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #FFF url(http://ilovenymovie.com/images/bkgnd.gif) no-repeat;
	width: 940px;
	padding-top: 275px;
	margin: 0 auto;
	padding-bottom: 0;
}

/* tabs */
#flowtabs { 
	padding:0;
	width:760px;
	height:31px !important;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 31px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 189px; 
	background: url(http://ilovenymovie.com/images/tabs.png) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -189px 0; }
#flowtabs #t3 			{ background-position: -378px 0; }
#flowtabs #t4 			{ background-position: -567px 0; width:192px;}
 
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }

#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -189px -66px; }
#flowtabs #t3.current { background-position: -378px -66px; }
#flowtabs #t4.current { background-position: -567px -66px; }


/* panes */
#flowpanes {
	width:753px;
	/*height:450px;*/
	background-color: #1d3d5a;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0;
	padding: 0;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:20px 40px;
}

/* h2 inside pane */
#flowpanes div h2 {
	font-weight:normal;
	color:white;
	letter-spacing:1px;
}

img.poster {
	width: 480px;
	height: 711px;
	padding-left: 100px;
}

A:link {text-decoration: none;
	color: #D6A64D;
}
A:visited {text-decoration: none;
	color: #D6A64D;
}
A:active {text-decoration: none;
	color: #D6A64D;
}
A:hover {text-decoration: underline; color: #EFDBBC;}

div#movie {
	padding-left: 274px;
}

div#tabdiv {
	padding-left: 175px;
	padding-top: 45px;
}

img.credits {
	padding-top: 45px;
}

p.download {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 15px;
	text-align: center;
	margin-left: 95px;
}

p.caption {
	font-size: 14px;
	text-align: center;
	margin-left: 95px;
	color: #D6A64D;
}