* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
margin:0px 0px 0px 0px;
background-color: #eeeeee;


}
html{
margin:0px 0px 0px 0px;
	
}


.img {
float: left;
    width: 1300px;
    height: 465px;
    margin: 0px auto;
    background-image: url(imgs/Banner.jpg);
    background-repeat: no-repeat;
}


.fl {

 float: left;
    width: 470px;
    height: 465px;
    background-image: url(img/Untitled-5.png);
    background-repeat: no-repeat;
    background-position: -50px 88px;
}

.location div a {
    color: #666666;
    background-color: #fafafa;
    font-family: roboto;
    text-decoration: none;
    font-size: 16px;
}

.foot{
	width:1300px;
	margin: 0px auto;
	text-align: center;
height: 50px;
clear: both;
color:#666666;
font-family: roboto;

}
.location{

width:1300px;
margin: 0px auto;


}


@font-face {
    font-family:roboto;
    src: url(font/Roboto-Regular.ttf);


}

@font-face {
    font-family:roboto-light;
    src: url(font/Roboto-Light.ttf);


}