body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(./../imgs/bg-3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
}

#intro {	
	background-image: url(./../imgs/bg-intro.jpg);	
}

a {outline: none;}

h1 {
	color: #000066;
	font-size: 18px;
	width: 380px;	
}

p {	
	font-size: 12px;
	/*color: #000;*/
	width: 380px;
	line-height: 17px;

}

a:link, a:visited, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	text-decoration:none;
	outline: none;
}

img {
	border: none;
	outline: none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000066;
	text-decoration: underline;
}

#container, #container_2 {
	width: 950px;	
	height: 660px;
	margin: auto;
	margin-top: 0;
	text-align: left;		
	padding: 0;
	/*background-color: #fff000;*/
}	

#flash, #flash_2  {
	margin: 30px 0 0 0;
	outline: none;
	width: 950px;
	height: 565px;
	float: left;	
	/*background-color: #fff000;*/
}

#intro-header {
	margin: 30px 0 0 0;
	outline: none;
	width: 950px;
	height: 75px;
	float: left;	
	background-color: #ffffff;/**/
}


#intro-text {
	margin: 25px 0 0 0;
	outline: none;
	width: 950px;
	height: 465px;
	float: left;	
	/*background-color: #fff000;*/
}

#into-left-col {
	padding: 45px 0 0 50px;
	/*background-color: #00cc00;*/
	width: 465px;
	float: left;
}

#intro-right-col {
	padding-right: 30px;	
	width: 400px;
	
	float: right;
	/*background-color: #f00;	*/
}

#cake-cntr {	
	float: left;
	height: 390px;
	/*background-color: #ff0;*/
}

#candle-cntr {	
	float: left;
	height: 100px;
	width: 260px;
	margin-top: 73px;
	margin-left: 0px;
	outline: none;
}

#start-btn {
	width: 200px;
	height: 30px;
	float: right;
	text-align: right;
}

#footer{
	float: left;
	margin: 15px 0 0 0px;		
	/*background-color: #0f0;*/
	height: 25px;
	width: 952px;	
	padding-top: 10px;		
	background-image: url(./../imgs/hor-line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#footer-links {
	font-size: 10px;
	padding-left: 20px;
	color: #000066;
}

#footer-addthis {
	float: left;
	width: 150px;
}

#footer #staralliance {
	float: right;
	
	width: 180px;
	height: 25px;		
	background-image: url(./../imgs/logo_staralliance.gif);
	background-repeat: no-repeat;	
}

/*HACKS IE6*/
* html #into-left-col {width: 510px;}
* html #candle-cntr {margin-left: -30px;}