body
	{
	  background-image: url("bg_tile_512.png");
	  background-repeat: repeat;
	  background-color: #000000;
	  background-size: 350px 350px;
	  background-position: center 0;
	}
	
	img
	{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}
	
	#title
	{
		
	  width: 700px;
      height: auto;
	}
	
	iframe
	{
	  display: block;
      margin-left: auto;
	  margin-right: auto;
	  width: 800px;
	  height: 470px;
	  border-radius: 40px;
	}
		
	ul
	{
	  text-align: center;
	  padding-left: 10px;
	}
	
	ul li
	{
		display: inline-block;
		margin: 0px 20px;
	}
		
	#listdiv
	{
	  width:100%;	
	}
	
	.hostlogo
	{
	   width: 250px;
	}

	#playnow
	{
	  color: white;
	  font-family: Orbitron;
	font-size: 34px;
	font-style: normal;
	font-variant: normal;
	text-align: center;

	/*
	text-shadow:
    -3px -3px 0 white,
    3px -3px 0 white,
    -3px 3px 0 white,
    3px 3px 0 white;*/

	}
	#playnowbox
	{
	border-radius: 25px;
	width: 750px;
		  display: block;
	  margin-left: auto;
	  margin-right: auto;
	background-color: black;
	}

	#joinusbox
	{
	margin-top: 50px;
	border-radius: 25px;
	width: 250px;
		  display: block;
	  margin-left: auto;
	  margin-right: auto;
	background-color: black;
	}
	
	.loadimage
	{
		width: 0px;
		height: 0px;
		visibility:hidden;
	}
	
	#breaker
	{
		clear:both;
		width = 100%;
	}		