@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;	
}

#wrapper{
	margin:0 auto 0 auto;
	width:1024px;
	height:768px;
	position:relative;
}

.landingBackground{
	background-image:url(images/landingBackground.jpg);	
}


#en {
	cursor:pointer;
    height: 39px;
    left: 909px;
    position: absolute;
    top: 93px;
    width: 39px;
	background-image:url(images/us.png);
}

#es {
	cursor:pointer;
    height: 39px;
    left: 910px;
    position: absolute;
    top: 43px;
    width: 39px;
	
	background-image:url(images/mexico.png);
}
#address {
    background-image: url("images/address.png");
    height: 51px;
    left: 280px;
    position: absolute;
    top: 699px;
    width: 464px;
}

#selectPop{
	position:absolute;
	left:772px;
	top:366px;
	width:104px;
	height:30px;
	cursor:pointer;
}

#selectPop:hover{
	background-image:url(images/popSelection.png);
}

#selectIndustrial{
	cursor:pointer;
	position:absolute;
	left:51px;
	top:368px;
	width:286px;
	height:27px;
}

#selectIndustrial:hover{
	background-image:url(images/industrialSelection.png);
}