@charset "windows-1251";
/* CSS Document */
html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	}

html>body #all { 
	height: auto; 
	min-height: 100%; 
	}

#all { 
	height: 100%; 
	width:790px; 
	position: relative; 
	margin:0 auto;
	}

#main {
	position: relative;
	margin:0;
	
	}

#center {
	position: relative;
	top: 0px;
	left: 0;
	width: 790px;
	}

#lucky {
	position: relative;
	margin:0;
	top:0;
	height: 366px;
	width: 790px;
	background: url(../images/table.jpg) no-repeat;
	}

#menu {
	position: absolute;
	top: 130px;
	left: 17px;
	width: 160px;
	height: 142px;
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana;
	border: 0px solid #000;
	}

#phone {
	position: absolute;
	top: 220px;
	left: 620px;
	width: 150px;
	height: 23px;
	border: 0px solid #000;
	}

#number {
	position: absolute;
	top:3px;
	left: 30px;
	height: 23px;
	width: 120px;
	font-size: 16px;
	font-family: Times New Roman;
	border: 0px solid #000;
	}

#content {
	position:absolute;
	text-align: justify;
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana;
	top: 0px;
	width: 780px;
	left: 0;
	border: 0px solid #000;
	}
	
#content2 {
	text-align: justify;
	font-size:10px;
	font-family: Tahoma, Arial, Verdana;
	top: 390px;
	width: 780px;
	left: 0;
	border: 0px solid #000;
	}
	
table {
	text-align: justify;
	font-size: 16px;
	font-family: Tahoma, Arial, Verdana;
	}
	
A:link {
	text-decoration: none;
	color: #000000;
	}
	
#contact1 {
	position:absolute;
	top: 400px;
	left: 317px;
	height: 20px;
	border: 0px solid #000;
	}
	
#contact2 {
	position:absolute;
	top: 435px;
	left: 317px;
	height: 20px;
	border: 0px solid #000;
	}
	
#contact3 {
	position:absolute;
	top: 475px;
	left: 280px;
	border: 0px solid #000;
	}
	
A:visited {
	text-decoration: none; 
	color:#000000;
	}
	
A:active {
	text-decoration: 
	none
	}
	
A:hover {
	font-size: 11; 
	font-weight: bold; 
	color: #3600ff;
	}

a.buttonSample {
     display:block;
     width:100px;
     height:29px;
     background:#75bcf2 url(mygame_fs_new_logo-3_web.jpg);
     font-size:11px;
     font-family:"Lucida Console", Monaco, monospace;
     text-align:center;
     padding-top:3px;
}
a.buttonSample:link {
     text-decoration:none;
     color:#000;
}
a.buttonSample:visited {
     text-decoration:none;
     color:#000;
}
a.buttonSample:hover {
     text-decoration:none;
     color:#FFF;
     background-color:#a0d1f6;
     background-position:0px -33px;
}
a.buttonSample:active {
     text-decoration:none;
     color:#FFF;
     background-color:#cae8fa;
     background-position:0px -66px;
	 }

#empty{
position: relative;
width:790px;
}
	 	 
#empty, #footer { 
height: 90px; 
}
/* или
	#footer {height: _foo_;}
	#empty {height: _foo_ + _bar_;}
*/

#footer {
	position: relative;
	background:url(../images/footer.jpg) no-repeat;
	width: 790px;
}