﻿/*
* ------------------------------------------------------------------------------------------------
*
* This is an unpublished work, the copyright in which vests in Experian Limited. All rights 
* reserved.
*
* The information contained herein is confidential and the property of Experian Limited, and is 
* supplied without liability for errors or ommisions. No part may be reproduced, disclosed or 
* used except as authorised by contract or other written permission. The copyright and
* foregoing restrictions on reproduction and use extend to all media in which the information 
* may be embodied.
* ------------------------------------------------------------------------------------------------
* Title: Interactive Guide
*
* Filename: 	animation.css
* File created:	11/03/09
*
* Description:	Definition of the styles for the elements on the aninimation page (but not the
*				elements common to the animation, visualisation and exit pages - see main.css).
*
* Written by:	Russell Ballaam, Marketing Services Global Product Development & Delivery.
*
* Revision:	0.1
*
* Revision history:
*
* Revision 0.1 11/03/09
* ------------------------------------------------------------------------------------------------
*
* First release.
*/

/* Container for the static image and text */
div.static
{
	margin-bottom:		0px;
	margin-top:			0px;
	margin-right:		0px;		
	margin-left:		0px;
	position:			relative;
	width:				1008px;
	z-index:			2;		
}

/* Static image */
img.static
{
	border:				none;
	height:				724px;
	margin:				0px auto;
	padding-left:		4px;
	padding-bottom:		0px; 
	padding-right:		0px; 
	padding-top:		0px;
	width:				1008px;
}

/* Static image text */
p.static
{
	color:				#015CAD;
	font-family:		tahoma, geneva, sans-serif;
  	font-size: 			23px;
	font-weight:		normal;
	margin-right:		20px;
	text-align:			right;	
}



