@import url(fonts.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #6b90a6;
	text-decoration: underline;
}

div#page {
	position: relative;
    margin: auto;
    width: 900px;
    height: 480px;
    margin-top: 88px;
    z-index: 1;
    font-size: 93%;
}

div#link {
	position: absolute;
    width: 900px;
    height: 480px;
    z-index: 2;
}

body.cms_editpage div#link {
	display: none;
}

div#slideshow {
	position: absolute;
    width: 901px;
    height: 480px;
    left: -1px;
    z-index: 0;
}

div#content {
    width: 170px;
    position: absolute;
    top: 58px;
    left: 663px;
    z-index: 10000;
    background-image: url(../images/white_trans.png);
    background-repeat: repeat;
    padding: 10px;
    padding-left: 13px;
}

body.cms_editpage div#content {
	left: 900px;
}

div#logo {
	width: 78px;
	height: 10px;
    position: absolute;
    left: 822px;
    bottom: -22px;
}


