html{
	margin : 0px;
	padding: 0px;
	width  : 100%;
	height : 100%;
}

body{
	margin: 0px; 
	padding: 0px;
	width:100%;
	height:100%;
	font: normal 11px tahoma;
	color:#360111;
	text-align : center;
	background : #010000 url(img/back_intro.jpg) no-repeat top center;
}

#box{
  margin     : auto;
  width      : 700px;
  height     : 670px;
}

#box1{
 margin     : auto;
 width      : 400px;
 height     : 60px;
 position   : relative;
 left       : 40px;
}

#box0{
 margin     : auto;
 width      : 850px;
 height     : 50px;
}

h1{
 font     : normal 11px tahoma;
 color    : #360111;
 margin   : 0px;
 padding  : 0px;
}

.img1{
  float : left;
}

.img2{
  float : right;
}

#copy{
 margin     : auto;
 width      : 700px;
 height     : 25px;
 position   : relative;
 left       : 10px;
}

#banery{
 margin     : auto;
 width      : 600px;
 height     : 25px;
 position   : relative;
 left       : 50px;
 text-align : left;
}
img{
  border:0px;
}

:link    {  font-family: Tahoma; font-size: 11px; font-style: normal; color: #6f072b; text-decoration: none; font-weight: normal;}
:visited {  font-family: Tahoma; font-size: 11px; font-weight:normal; font-style: normal; color: #6f072b; text-decoration: none; }
:hover   {  font-family: Tahoma; font-weight: normal; font-size: 11px; text-decoration: underline; color: #6f072b; }




