* {
	margin: 0;
	padding: 0;
	}

html {
	overflow: auto;
	background: #2a558c url( ../images/bgDeco.jpg ) no-repeat fixed top right;
	color: #ffffff;
	font-family: Myriad Pro, arial; 
	font-size: 80%; 
	line-height: 80%; 
	}

body {
	}

img {
	border: none;
	}
	
a {
	text-decoration: none;
	outline: none;
	color: inherit;
	}
	
table {
	position: relative;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	}

div {
	position: relative;
	overflow: hidden;
	}

/***********************/

.wraper {
	width: 945px;
	margin: 40px auto;
	}

#FixedFooter {
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #111111;
	font-size: 0.8em;
	line-height: 0.8em;
	padding: 4px;
	text-align: center;
	}
	#FixedFooter a {
		color: #AAAAAA;
		}
	#FixedFooter a.LYNXGroup {
		color: #FFFF77;
		}
	#FixedFooter a:hover {
		color: #FFFFFF;
		}

