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

body {
background: #fff /*url(../images/paper-bg.png) top left repeat*/;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color: #333;
margin:0;
padding: 0;
line-height: 18px;
}
a, a:visited, a:hover {
color:#4C87C6;
text-decoration:none;
}
#header {
height: 130px;
width: 430px;
margin: 10px auto 0px auto;
}
#container {
background: url(../images/home-img.jpg) center no-repeat;
width: 890px;
height: 510px;
margin: 20px auto 0px auto;
}
.info {
width: 890px;
text-align:center;
margin: -40px auto 0px auto;
}
