html{
    width: 1270px;
}
body{
    width: auto;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.header{
    width: 1024px;
    margin: 0 auto;
    padding: 50px;
    padding-top: 50px;
    background-color: #ffffff;
    box-shadow: 5px 5px 20px #000000;
}
.bax01{
    margin-top: 50px;
}
.link1:hover{
    color: #454545;
}
.link1:link{
	text-decoration: none;
	color: black;
}
.link1{
    text-decoration: none;
}
.link2{
    font-size: 10px;
}
.img01{
    width: 100px;
    height: auto;
    float: left;
}
.clear{
    width: 100%;
    height: 0;
    clear: both;
}
h1{
    position: relative;
    bottom: 75px;
    float: right;
}