@charset "utf-8";
/* CSS Document */

body{
background:#FFFFFF;
margin:0;
text-align:center;
font-family:Calibri, Arial, Tahoma;
font-size:12px;
}
a img{
border:none;
text-decoration:none;
}
input[type=text]{
border:1px solid black;
width:150px;
height:16px;
}
input[type=file]{
border:1px solid black;
}
textarea{
border:1px solid black;
}
#container{
width: 962px;
height: 685px;
margin: 0 auto;
background: url(../images/main-background.jpg) no-repeat;
}

#header{
width:962px;
height:110px;
}

#content{
width:628px;
height: 500px;
margin:0 auto;
background:url(../images/container-background-a.png) no-repeat;
}

#hug{
width:215px;
height:154px;
margin:0;
text-align:left;
}
#hug img{
float:left;
margin:-50px 0 0 -60px;
}

#main-content{
width:100%;
margin:0 auto;
text-align:center;
margin:80px 0 0 0;
}
