HTML, BODY{
	Background-color: black;
	Height: 100%;
	margin: 0;
	Padding: 0;
}
img#bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content{
	position: relative;
	z-index: 1;
}
.table{
	width: 80%;
	}
.title{
	background-image: url('../images/title.png');
	background-repeat: no-repeat; 
	height: 111px;
	width: 515px;
	}
.main{
	color: grey;
	text-align: justify;
	font-family: arial;
	margin-left: 15%;
	margin-right: 15%;
	}
.main2{
	color: grey;
	font-family: arial;
	}
.nav{
	color: grey;
	text-align: center;
	font-family: arial;
	}
.frame{
	width: 100%;
	height: 350px; 
	}
.frame2{
	width: 100%;
	height: 350px;
	}
.frame3{
	width: 100%;
	height: 310px;
	}
a:link, a:visited, a:hover{
	color: grey;
	font-weight: bold;
	text-decoration: none;
	}
.ad{
	position: absolute;
	bottom:1px;
	left:25%;
	right: 25%;
	}

/*      FOR CLOCK      */	
#maxtime{
Position: absolute;
bottom: 1px;
right: 50px;
width:150px;
padding:5px;
color:Grey;
font-size: 18px;
font-weight:bold;
text-align:center;    
}



