/*STYLING BASICS*/

img {
	border:0px;
}

body {
	margin: 0px;
	background-color: #29404d;
	
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

a {
	outline: none;
}

a:link {
	color: #3242a8;
}
a:visited {
	color: #551a8b;
}

.menuA {
	position:absolute;
	left:155px;
	width:180px;
	height:30px;
	
	z-index:100;
}

.menuB {
	position:absolute;
	left:32px;
	width:246px;
	height:30px;
	
	z-index:90;
}

.menuC {
	position:absolute;
	left:32px;
	width:246px;
	height:30px;
	
	z-index:80;
}

.dot_white {
	display:none;

	position:absolute;
	right:6px;
	top:5px;
}

.container {
	display:none;
	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 200;
	
/*	background-image:url('images/semitransparent.png');	*/
}

.mediaClose {
	position:fixed;
	top:5px;
	right:5px;
	z-index:210;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
table td {
	padding: 0;
	margin: 0;
	border: 1;
}
table td {
	text-align: center; /* IE/Win bug fix */
}

table.centerTable {

	position:absolute;
	top:-15px;

	height: 100%;
	width: 100%;
		
	z-index: 200;
}

