@import url('reset.css');

/***** IEs Hack 
*:first-child+html {
} * html {
}
******/
body {
	margin: 10px 0 0 0;
	background: #e6f1ff url(../images/bg.jpg) center top repeat-x;
}
#launchbg {
	background: url(../images/bg_launch_page.png) center top no-repeat;
	height: 720px;
	width: 940px;
	margin: auto;
	position: relative;
}
* html #launchbg {
	background: url(../images/bg_launch_page.jpg) center top no-repeat;
}
#launchbg .flag {
	padding-top: 508px;
	text-align: center;
}
*:first-child+html .flag {
	padding-top: 508px;
	text-align: center;
} * html .flag {
	padding-top: 508px;
	text-align: center;
}
#launchbg .flag a {
	display: inline-block;
	text-indent: -9999px;
	height: 58px;
	width: 41px;
	background-position: left top;
	margin: 0 5px;
}
#launchbg .flag a.us {
	background-image: url(../images/logo_us.gif);
}
#launchbg .flag a.ca {
	background-image: url(../images/logo_ca.gif);
}
#launchbg .flag a.uk {
	background-image: url(../images/logo_uk.gif);
}
#launchbg .flag a.eu {
	background-image: url(../images/logo_eu.gif);
}
#launchbg .flag a:hover {
	background-position: left bottom;
}
#launchbg .flag a span {
	position: absolute;
	top: 300px;
	left: 362px;
	height: 65px;
	width: 221px;
	display: none;
}
* html #launchbg .flag a span {
	display: block;
}
#launchbg .flag a.health:hover span {
	background: url(../images/healthy_treats.gif) left top no-repeat;
	display: block;
}
#launchbg .flag a.wholesome:hover span {
	background: url(../images/wholesome.gif) left top no-repeat;
	display: block;
}
#launchbg .flag a.coming:hover span {
	background: url(../images/coming_soon.gif) left top no-repeat;
	display: block;
}
