/* CSS Document */

*{
	margin:0px;
	padding:0px;
	
}

#wrapper {
	height: 700px;
	width: 1400px;
	
}
#contant_container{
	height: 260px;
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
	margin-left: 50px;
	float:left;
	margin-top: 50px;
}
#contant_container_top{
	height: 210px;
	width:501px;
}
#contant_container_bottom{
	height: 30px;
	width:501px;
	margin-top: 10px;
}
#contant_box{
	height: 205px;
	font-family: Arial, Helvetica, sans-serif;
	width:501px;
	background-image: url(images/atcl-landing-page.png);
	background-repeat: no-repeat;
	
}

#enter{
	height: 25px;
	width:70px;
	margin-left: 428px;
	color: #E51C20;
}
