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

html{
font-size:100%;
line-height:14px;
}

body {
background-color:#fff0ee;
font-family: Arial, sans-serif;
font-size: 1em;
letter-spacing: .06em;
line-height:1.350em;
color: #000000;
text-align: center; 
margin:0 auto;
}

a:link { 
text-decoration: none;
color: #000000;
}

a:active {
text-decoration: none;
color: #000000;
}

a:visited { 
text-decoration: none;
color: #000000;
}

a:hover { 
text-decoration: none;
color: #000000;
}

div#nav1 {
position:fixed;
top:200px;
right:500px;
width:202px;
margin:0;
padding:0;
z-index:99;
}

div#nav2 {
position:fixed;
top:25px;
left:250px;
width:202px;
margin:0;
padding:0;
z-index:99;
}

div#nav3 {
position:fixed;
bottom:25px;
left:50px;
width:202px;
margin:0;
padding:0;
z-index:99;
}

div#nav4 {
position:fixed;
bottom:250px;
right:25px;
width:202px;
margin:0;
padding:0;
z-index:99;
}

div#content {
position:absolute;
text-align: center; 
top:300px;
width:100%;
margin:0 auto;
padding:0 0 30px 0;
z-index:2;
}
