/*------------------------------------------------------------------
	[Master Stylesheet]
	
	Project:		Tear United (Redesign 2009)
	Version:		1.0
	Last change:	06/07/09
	Assigned to:	Rudy de Jong
    Company:		WIS Services BV http://www.wis.nl/
	Primary use:	Web
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Color codes]
	
	
    
	
	
*/

/*------------------------------------------------------------------
	[Typography]

	
	
		
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Table of contents]
	
	1. Body
	2. Wrapper
	
	
-------------------------------------------------------------------*/

	/*------------------------------------------------------------------
		[1. Global Styles]
	*/
	
	
	html, body {
		text-align: center; /* Center the wrapper; IE7 */
	}
	
	html, body, div, td {
		font: normal 11px Verdana,Arial,sans-serif; 
	}
	
	
  
	
	/*------------------------------------------------------------------
		[2. Wrapper]
	*/
	
	#wrapper {
		position: relative;
		width: 800px;
		margin: 0 auto;
		border: 1px solid white;
	}
	
		
		#wrapper .flash {
			width: 711px;
			height: 470px;
			margin-top: 25px;
			text-align: left;
		}
		
		#logo_slogan {
			width: 800px;
			height: 90px;
			position: relative;
		}
		
			
			#logo_slogan .logo {
				width: 270px;
				height: 56px; 
				float: left;
			}
			
			#logo_slogan .slogan  {
				height: 73px;
				margin-top: 20px;
				float: left;
				margin-left: 28px;
				width: 500px;
			}
			
			#logo_slogan .slogan .top{
				font-style: italic;
				color: #e50d63;
				font-size: 20px;
				font-weight: bold;
				text-align: left;
				display: block;
			}
			
			#logo_slogan .slogan .bottom {
				display: block;
				text-align: left;
				margin-top: 20px;
				font-weight: bold;
			}
			
			#logo_slogan .sound {
				position: absolute;
				width; 18px;
				height: 19px;
				right: 45px;
				top: 65px;
				cursor: pointer;
			}
		
	
	
	/*------------------------------------------------------------------
		[3. Header]
	*/
	
    
    /*------------------------------------------------------------------
		[4. Banner]
	*/
		
  
	/*------------------------------------------------------------------
		[5. Menu]
	*/ 
	
	
	/*------------------------------------------------------------------
		[6. Content]
	*/
	
	
	/*------------------------------------------------------------------
		[7. Login]
	*/	
	
		
	/*------------------------------------------------------------------
		[8. Footer]
	*/
	
	
	


	
	
	
