@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

body, html{margin:auto auto;
	
	height:100%;
	}
img{border:none}
.conteiner{ margin:auto auto;
			width:1000px;
			padding-top:90px;
			background:url(images/background.jpg) no-repeat top center;
			
			
			
			}
.logo{text-align:center;
	  margin-bottom:100px;
	  }
.left{float:left; 
	  width:500px;
	  }
.right{float:right;
	   width:500px
	   }
.box-left{text-align:right;
		  margin-right:120px;
		  margin-bottom:40px;
		  position:relative;z-index:1;}
.box-left a{font-family:Verdana;
			font-size:13px;
			color:black;
			text-decoration:none;
			}
.box-right{text-align:left;
		  margin-left:120px;
		  margin-bottom:40px;
		  position:relative;z-index:1;}
.box-right a{font-family:Verdana;
			font-size:13px;
			color:black;
			text-decoration:none;
			}			

.clear{clear:both; font-size:0; height:0;}
