/* CSS Document */

body {
	text-align: center;
	min-width: 600px;
	background-color:white;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}


#flashContainer {
	margin:0 auto;
	width:729px;
	height:606px;
	text-align: left;	
	background-image:url(homeImage.jpg);
	position:relative;
	z-index:0;
}

.irishButton{
position:absolute;
top:337px;
left:190px;
width:114px;
height:38px;
}

.englishButton{
position:absolute;
top:337px;
left:372px;
width:165px;
height:38px;
}

img{
border:0;
}