html {
font-size: 100%;
}

body {
margin: 0;
padding: 0;
text-align: center;
font-size: 1em;
color: black;
font-family: arial, sans-serif;
background:white url(images/index.jpg) top center no-repeat;
}

div{
width:700px;
height:670px;
margin-left:auto;
margin-right:auto;
}

a,img{
display:block;

border:none;
text-decoration:none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
