/* CSS Document */

body {
list-style: none;
align: center;
background: url(bg.png) repeat;
}

body a {
text-decoration: none;
}


#body {
width: 100%;
height: auto;
}

#main {
	background-position:center center;
	height: 707px;
	width: 1114px;
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#foot {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-align: center;
}

#function {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

div ul {
list-style: none;
list-style-image: none;
list-style-type: none;
}

/* Main navigator positioning */

#blog {
	position: relative;
	top: 60px;
	left: -60px;
	height: 150px;
	width: 210px;
}

#gallery {
	position: relative;
	top: -120px;
	left: 200px;
	height: 150px;
	width: 210px;
}

#classic {
	position: relative;
	top: 100px;
	left: -60px;
	height: 150px;
	width: 210px;
}

#art {
	position: relative;
	top: -60px;
	left: 220px;
	height: 150px;
	width: 210px;
}

/* Main navigator animation mouse over */

#blog:hover {
background:url(blog_p.png);
}

#gallery:hover {
background:url(gallery_p.png);
}

#classic:hover {
background:url(classic_p.png);
}

#art:hover {
background:url(art_p.png);
}