@charset "utf-8";
/* CSS Document */


	
#wrapper {
	width: 100%;
		margin:0 auto;

}


#container {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
	background-image: url('images/AC2016_landing-page-top.jpg');
background-size: 100%;
    background-repeat: no-repeat;
}

#container img {
		max-width: 1000px;
	margin:0 auto;
		text-align: center;
	height:100%;

}

#left-column
{
	float: left;
	width: 52%;
	overflow:visible;
}

#left-column img
{
	width: 100%;
	height:auto;
	}

#right-column {
	float: right;
	width: 48%;
	
	}
	
	

#right-column img {
		height:auto;
max-width:100%
	}


#bottom {
	width: 1000px;
	padding-bottom: 40px;
	text-align: center;
	max-width: 1000px;
margin-bottom:100px;
		background-image:url('images/bg-repeat.jpg');
		background-repeat:repeat-y;


}
#bottom img {width:100%;
height:auto;
}






body {
		background-color:#000000;
		
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
}
