body {
	background-color: #606060;
	margin-top:auto;
}

.gray {
    background-color: #808080;
}

.header {
    background-position: left top;
    background-image: url('../images/layout/header.gif');
    background-repeat:repeat-x;
}

.header_gallery {
    background-position: left top;
    background-image: url('../images/layout/header_gallery_blur.gif');
    background-repeat:no-repeat;
}

.header_viewer {
    background-position:  center bottom;
    background-image: url('../images/layout/header_viewer_blur.gif');
    background-repeat:no-repeat
}

.menu {
    background-position: left top;
    background-image: url('../images/layout/menu.gif');
    background-repeat:repeat-x;
}

.content {
    background-position: left top;
    background-image: url('../images/layout/content.gif');
    background-repeat:repeat-x;
}

.srbig {
    background-position: left top;
    background-image: url('../images/layout/srbig.gif');
    background-repeat:repeat-x;
}

.bottom {
    background-position:left bottom;
}

.foto {
    background-position: right bottom;
    background-image: url('../images/layout/foto.jpg');
    background-repeat:no-repeat;
}

.status {
    background-position: left top;
    background-image: url('../images/layout/statusbar.gif');
    background-repeat:repeat-x;
}

.footer {
    background-position: left top;
    background-image: url('../images/layout/footer.gif');
    background-repeat:repeat-x;
}

.border_top {
    background-position: left top;
    background-image: url('../images/layout/border_top.gif');
    background-repeat:repeat-x;
}

.border_bottom {
    background-position: left top;
    background-image: url('../images/layout/border_bottom.gif');
    background-repeat:repeat-x;
}

.border_left {
    background-position: right top;
    background-image: url('../images/layout/border_left.gif');
    background-repeat:repeat-y;
}

.border_right {
    background-position: left top;
    background-image: url('../images/layout/border_right.gif');
    background-repeat:repeat-y;
}

.viewer_background {
    background-position: left top;
    background-image: url('../images/layout/viewer_bcg.gif');
    background-repeat:repeat-y;
}

.viewer_title {
    font-family:Haettenschweiler;
    font-size: 36pt;
    color: #cccccc;
    text-align:center;
}

.info { 
	font-family: Arial;
	font-size: 10pt;
	color: #aaaaaa;
}

.title_desc {
	font-family: Trebuchet MS, Arial;
	color: #c0c0c0;
	font-size: 8pt;
	
}

.text { 
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	text-indent:20;
	margin-left:35;
	margin-right:10;
	text-transform:none;
	margin-top:10;
	margin-bottom:10
}

.signature {
	background-image: url('../images/layout/signature.gif'); 
	background-repeat: no-repeat;
	background-position: center bottom;
}