
/*	Customize the Page Style
 *	----------------------------------------------- *
 *	Please store these image in the campaign folder
 *	----------------------------------------------- */
	h1
	{
		color: #2b397b;
	}
	
	a:hover
	{
		border-bottom: thin dotted #445bc7;
		color: #003366;
	}
	
	a:active
	{
		color: #2b397b;
	}
	
	body
	{
		\*background:url(body-background.jpg) repeat-x top #2b397b;*\
	}
	.pageName{
		font-size:13px!important;
	}


/*	Movie Logo & Poster (#PosterImage & #TitleImage)
 *	----------------------------------------------- *
 *	Please store these image in the campaign folder
 *	----------------------------------------------- */
	#PosterImage
	{
		background:url(content-poster.jpg) no-repeat right; 
		width: 100%;
		height: 230px;
	}
	
	#TitleImage
	{
		background:url(content-title.jpg) repeat-x top right transparent;
		width: 200px;
		height: 50px;
		margin-top: 10px;
	}
	

/*	Client Logo (#PageChromeR)
 *	----------------------------------------------- *
 *	Please chose one of the following client codes:
 *	----------------------------------------------- *
 *	uni				- Universal Pictures
 *	disney			- Disney
 *	sonypictures	- Sony & Sony Intl
 *	warnerbros		- Warner Brothers
 *	fox				- Fox & Fox Intl
 *	thecw			- The CW
 *	foxsearchlight	- Fox SearchLight
 *	----------------------------------------------- *
 *	path to chrome assets folder should be:
 *	http://avatarclient.com/extranet/common/chrome/
 *	----------------------------------------------- */
	#PageChromeR
	{
		background:url(http://avatarclient.com/extranet/common/chrome/client-logo-none.jpg) repeat-x top right transparent;
		width: 200px;
		height: 63px;
	}