/* CSS Document */

.icon-wrapper{
  position: relative;
  width: 1660px;
  height: 100px;

  margin-left: auto;
}

.top_logo{
	float: left;
    margin-left: 270px;
	width: 200px;	
	height: 100%;	
}

.top_logo_right{
    float: right;
    margin-right: 270px;
    margin-top: 50px;
	width: 100px;	
	height: 20px;	
}

#icon-pos{
	display: block;
	width: 1660px;
    height:150px;
    
}

#black_space {
	background-color: white;
	display: block;
    margin-left: 240px;
	height: 40px;
	width: 1360px;
}

.top_nav{
	
    top: 10px;
	width: 300px;
	margin-left: 1100px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

.top_nav li{
	list-style: none;
    padding-top: 10px;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 12px;
}

.top_nav a{
	text-decoration: none;
	color: white;
}


.top_nav a:hover{
	color : red;
}


#list_container {
	background-color: white;
	display: block;
    margin-left: 240px;
	height: 35px;
	width: 1360px;
}

.nav{
	
    top: 0px;
	width: 1210px;
	/*height: 40px;*/
	margin-left: 100px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

.nav li{
	list-style: none;
    padding-top: -20px;
	
	width: 150px;
	Float : left;
	text-align: center;
	font-size: 15px;
	color: #97549C;
}

.nav a{
text-decoration: none;
    font-weight: bold;
	color: #97549C;
}


.nav a:hover{
	color : red;
} 


.wrapper{
	width: 1920px;
	
}

#container {
	display: block;
    
    margin-left: 240px;
	
	height: 600px;
	width: 1360px;
}

#slider {
	display: block;
	margin: auto;
	float: center;
	height: 600px;
	width: 1360px;
	overflow: hidden;
	position: absolute;
} 



.wordings{
	margin-top: 0px;
   margin-left: 240px;
    
	width: 1360px;
	height: 80px;
	
    
}

.rules{
	margin-top: 0px;
   margin-left: 240px;
    	width: 1360px;
	height: 550px;   
}

.footer{
	margin-top: 0px;
   margin-left: 0px;
    	width: 1360px;
	height: 20px;   
}

.footer_space {
	background-color: #fceaca;
	display: block;
    margin-left: 0px;
	height: 220px;
	width: 1920px;
}

.footer_space_1 {
	background-color: #fceaca;
	display: block;
    margin-left: 0px;
	height: 240px;
	width: 1920px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}


.main{
	width: 1920px;
	height: 2100px;
	margin: 0 auto;
    background-color: white;
	}

.main .featured {
	    position: relative;
    left: 130px;
	width: 1660px;	
}









/*.nav .company{	background-color: #16fffe;	color: #e20072 ;}*/
