html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #ffffff	
}

body.splash {
	min-width:418px;
	min-height:440px;
}

body.flash {
	min-width:418px;
	min-height:700px;
}

#codeContainer{
	float:left;
	height:50%;
	margin-top:-220px;/* half vertical height*/
	width:100%;
}
#mainContainer {
	width:418px;
	margin-left:auto;
	margin-right:auto;
	height:440px;
	/*overflow:auto;*//* allow content to scroll inside element */
	text-align:right;
	clear:both;
}

#flashContainer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height:440px;
	/*overflow:auto;*//* allow content to scroll inside element */
	text-align:left;
	clear:both;
}

h1 {color:#fff;margin:0;padding:0}


a:link {
	color: #3f5464;
	text-decoration: none
}

a:visited {
	text-decoration: none;
	color: #6e628d;
}

a:active {
	text-decoration: none; 
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

.icn {
	margin-right: 15px;
}

.logo {
	margin-bottom: 10px;
}