body {background-color: black; color: yellow;}

#main-div {
	position: absolute; top: 5%; left: 15%;
}

#pic-div {
	position: absolute; top: 23%; left: 42%;
}

#contact-div {
	position: absolute; top: 23%; left: 42%; width: 430px; height: 287px; 
	border-color: white; border-width: 1; border-style: solid; color: white; 
	padding-left: 5px; padding-top: 5px; font-family: verdana; font-size: 12px;
}
                     
#comming-div {
	position: absolute; top: 20%; left: 42%; color: red;
}

#zoner-div {
	position: absolute; bottom: 5%; left: 15%;
}

img.pic {
	border-color: white;
}

td.x {
	font-family: verdana; font-size: 25px; text-align: center; color: snow;
}

td.xr {
	font-family: verdana; font-size: 25px; text-align: center; color: red;
}


td.w {
	font-family: verdana; font-size: 12px; text-align: center; color: snow;
}

td.r {
	font-family: verdana; font-size: 12px; text-align: center; color: red;
}

a.com:visited {
	text-decoration: none; color: red;
}

a.com:link {
	text-decoration: none; color: red;
}

a:visited {
	text-decoration: none; color: white;
}

a:link {
	text-decoration: none; color: white;
}

a:hover {
	text-decoration: none; color: red;
}