/* CSS Document */
body {
	background-color: rgb(212,229,212);
	margin: 0px;
	text-align: center;
	height: 67px;
}

div.head {
	background-image: url('images/header.png');
	background-repeat: repeat-x;
	height: 87px;
}

div.foottips {
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	position: relative;
	left:0px;
	right:0px;
	height: 67px;
	width: 100%;
}

div.foot {
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	height: 67px;
	width: 100%;
}

img.logo {
	position:absolute;
	right:0px;
	top:0px;
	z-index:+1
}

img.name {
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

div.main {
	position:relative;
	left:2%;
}

div.links {
	position:absolute;
	left: 3%;
}
.leftframe {
	background-image: url(images/frame/frame_r4_c2.png);
	background-repeat: repeat-y;
}
.rightframe {
	background-image: url(images/frame/frame_r4_c4.png);
	background-repeat: repeat-y;
}

.maintext {
	text-align: center;
}