/* CSS Document */
*{
	margin:0px;
	padding:0px;
}


body{
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	color:#555555;
	background-color:#C0C0C0;
	text-align: justify;
	}
	


#page{
	margin:0 auto;
	width:1000px;
	height:1000px;
	background: #000 url(images/bg.jpg) no-repeat;
}

#header

	{
	width:1000px;
	height:190px;
	
	
	}
	
#left
	{
	width:250px;
	height:700px;
	float:left;
	
	
	}

#main
	{
	float:left;
	width:1000px;
	height:700px;
	
	}


#mid
	{
	width:300px;
	padding-left:10px;
	padding-right:10px;
	height:800px;
	float:left;
	
	
	}

#right
	{
	width:400px;
	height:700px;
	float:left;
	
	
	}

#color
	{
	font-size:16px;
	color:#ffffff;
	text-align:left;
	
	}

#vedio
	{
	width:400px; height:250px;
	
	}

#right_bot
	
	{
	padding:20px;
	margin-top:20px;
	
	}
	

ul li
	{
	
	list-style:none;
	
	}


#coupon
	{
	margin:0 auto;
	height:350px;
	width:1000px;
	background:url(images/coupon.jpg) no-repeat;
	clear:both;
	}

 #popupbox{
	 
	  margin-left: 37%; /* This gets it relatively center on the screen */
	  margin-right: 37%; /* This gets it relatively center on the screen */
	  margin-top: 40%; /* Makes it a little off the top of the screen */
	  padding: 10px; /*  Make the text not touching the top on the login box */
	  width: 26%; /* For centering it on the screen */
	  height: 295px; /* The height of the login box */
	  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	  background: #fff; /* Login Box background color. Change this if desired. */
	  border: solid #000000 2px; /* Makes a black border around the login box */
	  z-index: 9; /* Makes it on top of everything else */
	  visibility: hidden; /* Makes it hidden at first. Very Important.*/
	  }