#homepage-flag{
width:54px;
height:34px;
position:absolute;
right:30px;
top:-50px;
}
#homepage-flag.ie{
background:url(/assets/i/flag-ie.jpg) no-repeat 0 0;
}
#homepage-flag.uk{
background:url(/assets/i/flag-uk.jpg) no-repeat 0 0;
}

#homepage-lang-select{
position:absolute;
right:15px;
top:10px;
}

.homepage-language{
display:block;
width:40px;
height:25px;
float:left;
margin-right:10px;
}

#homepage-language-uk{
background:url(/assets/i/flag-uk-small.jpg) no-repeat 0 0;
}
#homepage-language-ie{
background:url(/assets/i/flag-ie-small.jpg) no-repeat 0 0;
}

#homepage{
height:600px;
}