/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}


#wrapper{
	position: absolute;
	width: 768px;
	height:302px;
	left: 50%;
	margin-left: -294.5px;
	top: 50%;
	margin-top:-151px;
}

#text{
	width:206px; 
	height:auto; 
	float:left; 
}

p{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#a49d97;
	padding-left:27px; 
	padding-top:10px; 
	padding-bottom:10px; 
	width:356px; 
	float:left;
}

.align{
	margin:0;
	float:left;
}

#bottom-content
{
    width:300px;
    height: 400px;
    float: left;
    margin-left: 25px;
}

img{
	border:none;
    float: left;
}

#choose
{
     float: left;
    height: 25px;
    margin: 15px 0 0 0px;
    width: 125px;
}
#separator
{
    width:300px;
    height: 1px;
   
}

#europe
{
    margin-left: 25px;
}
