body{
	font-family: Verdana, Tahoma, sans-serif;
	background-image:url('../../img/bg.jpg');
	background-color:#CCC;
}

#wrapper{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px;
}

#container {
background-color:#FFF;
border: 5px solid #E45E9D;
width: 490px; /*the width of the element*/
height: 360px; /*the height of the element*/
position: absolute; /*absolute position to center the element in relation to its parent element*/
left: 50%; /*the left border of the element is positioned at half of the available width of the parent element*/
top: 50%; /*the top border of the element is positioned at half of the available height of the parent element*/
margin-left: -253px; /*half of the element width is removed from the left margin to center it*/
margin-top: -188px; /*half of the element height is removed from the top margin to center it*/
text-align: center;
color: #E45E9D;
padding: 16px;
}

#flagcontainer{
}

#container h2 {
	letter-spacing:-3px;
	font-size: 200%;
}

#container ul.flags{
	list-style:none;
	display: block;
	margin-left:43px;
	margin-right:43px;
}

#container ul.flags li{
	display:block;
	position:relative;

}


#container ul.flags li a{
	display:block;
	width: 160px;
	height: 100px;
	padding: 3px;
	background-repeat:no-repeat;
	float: left;
	color:transparent;
}

#container ul.flags li#uk a{
	background-image:url('../../img/flags/uk.png');
}

#container ul.flags li#usa a{
	background-image:url('../../img/flags/usa.png');
}

#container ul.flags li#aus a{
	background-image:url('../../img/flags/aus.png');
}

#container ul.flags li#ca a{
	background-image:url('../../img/flags/ca.png');
}

#staticcontent {
	text-align: left;
}

#offers {
	position:absolute;
	bottom:0;
	right:0;
	width:320px;
	height:370px;
	background-image:url(../../img/offers.png);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:540px;
	height:180px;
	background-image:url(../../img/logo.png);
	background-repeat:no-repeat;
}

#logolink {
	width: 540px;
	height: 180px;
	display:block;
}

#photo {
	position:absolute;
	bottom:0;
	left:0;
	width:740px;
	height:600px;
	background-image:url(../../img/woman.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#footer, .push {
height: 4em;
position:absolute;
bottom:0;
color:#FFF;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}