﻿body
{
	background-color:Black;
}

* html div #font {
 margin-top:90px; /* Для браузера Internet Explorer */
}
* html #norm_photo {
 margin-top:105px; /* Для браузера Internet Explorer */
}
div #norm_photo {
 padding-top:205px; /* Для остальных браузеров */
}

#main
{
	margin-top:-50px; border:solid black 1px;
}
#font 
{
	background-image:url(images/font.gif);
	height:614px;	
	background-repeat:no-repeat;		
	background-position:center;		
}
a
{
	color:White;
}
a:hover
{
	color:Gray;
	text-decoration:none;
}	

.aboutenter
{
	text-decoration:none;
	color:black;
}
a:hover .aboutenter{
	color:black;
	text-decoration:none;
}

#norm_photo
{
	background-image:url(images/norm_photo.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	height:400px;
}
	

#enter
{
	font:20px Geneva, Georgia, Arial, non-serif;	
	vertical-align:bottom;	
}

#line
{	
	background-image:url(images/line_enter.jpg);
	background-repeat:repeat-x;	
	height:130px;
}

#font, #line, #signature, #enter
{
	position:relative;
}
#font
{
	z-index:2;
}
#line
{
	z-index:1;
	top:-270px;
}
#signature
{
	background-image:url(images/signature.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	height:125px;
	z-index:3;
	top:-215px;
	left:115px;
}	
#enter
{
	z-index:4;
	top:120px;
	left:700px;
}
	
	
	
	
	
	

	