body {
	background: #17d1c6 url(_images/bkg_SLICE.jpg) repeat-x;
	background-attachment: fixed;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	color: #000;
}

/*>>>>>>>>> HEADER >>>>>>>>>>>>>>*/

#top-menu {
    top:0px;
    width:100%;
    position:fixed;
    padding:0px;
    text-align:center;
    font-weight:normal;
    color:#999999;
}
    
#top-menu a:visited, #top-menu a {
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color:ORANGE;
}
#top-menu a:hover {
    background:#000;
    color:#fff;
}

.clear {
    clear:both;

}

/*>>>>>>>>> Page-Slider Attributes >>>>>>>>>>>>>>*/

#page {
	background: url(_images/bkg_CENTER1.jpg) no-repeat center top;
    background-attachment: fixed;
	height:100%;
}

/*>>>>>>>>> TEXT >>>>>>>>>>>>>>*/

p {
	margin: 0px 0px 15px;
}

.H1 {
    font: 20px Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	color: #000;
}

.H-ORNG {
    font: 45px Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px;
	border: 0px;
	font-weight:BOLD;
	color: ORANGE;
}

.T1 {
    font: 100% Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	color: #999;
}

.T2 {
    font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	color: #000;
}

/*>>>>>>>>> Links >>>>>>>>>>>>>>*/

a {
	color: ORANGE;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-weight:bold;
}
a:hover {
	color: BLACK;
	font-weight:bold;
    text-decoration: none;
}

.L2:{
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color:ORANGE;
}

.L2:visited {
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color:BROWN;
}
.L2:hover {
    background:#17D1C6;
    font-weight:bold;
    padding:2px;
    color:#000;
}

/*>>>>>>>>> FOOTER >>>>>>>>>>>>>>*/

#bottom-menu {
    bottom:0px;
    width:100%;
    position:fixed;
    padding:0px;
    text-align:center;
    font-weight:normal;
    color:#000;
}

#bottom-menu a:visited, #bottom-menu a {
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color:ORANGE;
}

.clear {
    clear:both;
}

/*>>>>>>>>> FIXED-PIX >>>>>>>>>>>>>>*/

#fixpix1 {
    display:block;
    width:72px
    height:327px;
    position:fixed;
    top:0;
    left:0;
}
    
* html #fixpix1 {
    position:absolute;
}

#fixpix2 {
    display:block;
    width:150px
    height:150px;
    position:fixed;
    bottom:0;
    right:0;
}
    
* html #fixpix2 {
    position:absolute;
}