@charset "utf-8";

/* CSS Document */

body {

	margin:0;
	padding:0;
	background:#000000 url(../images/bacardi_ageVerify_canada_background.jpg) no-repeat top center ;	

} 

#shell {
	background: url(../images/bacardiLogo.png) no-repeat top center;
	width:430px;
	height: 600px;
	margin: 200px auto 0 auto;
}


#english {
	padding-top:150px;
	width:170px;
	float:left;
}

#french {
	padding-top:150px;
	width:170px;
	float:right;
}

#english a:link, #english a:visited{
	width:170px;
	height:55px;
	display:block;

	background: url(../images/engilishButton.png) no-repeat -13px -90px;
	border:none;
	cursor:pointer;
}

#english a:hover {
	background: url(../images/engilishButton.png) no-repeat -13px -10px;
}

#french a:link, #french a:visited {
	width:170px;
	height:55px;
	display:block;
	float:right;
	background: url(../images/frenchButton.png) no-repeat -13px -90px;
	border: none;
	cursor:pointer;
}

#french a:hover {
	background: url(../images/frenchButton.png) no-repeat -13px -10px;
}