
/*
table, td, tr {
	border: 1px solid black;
}

p {
	border : 1px solid blue;
}

div {
	border : 1px solid green
}
*/
ol, ul {
	list-style: none;
}

.opacity {
	opacity: 0.5; /* CSS Standard */
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Old Mozilla (ex : Netscape) */
	-khtml-opacity: 0.5; /* Safari 1.x */
	background-image:url(../imgs/home/bg_3.jpg);
}

.tr0 {
	opacity: 0; /* CSS Standard */
	filter:alpha(opacity=0); /* IE */
	-moz-opacity:0; /* Old Mozilla (ex : Netscape) */
	-khtml-opacity: 0; /* Safari 1.x */
}

.tr50 {
	opacity: 0.5; /* CSS Standard */
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Old Mozilla (ex : Netscape) */
	-khtml-opacity: 0.5; /* Safari 1.x */
}

.tr100 {
	opacity: 0.5; /* CSS Standard */
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Old Mozilla (ex : Netscape) */
	-khtml-opacity: 0.5; /* Safari 1.x */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #57656E;
	background-color: #D8DADC;
}

.clear {
	clear: both;
}

.background_image {
	position: absolute;
	z-index: -999;
}


#cover {
	display : block;
	visibility : hidden;
	z-index: 1;
	position: absolute;
	/*background-color: rgb(0, 0, 0);*/
    background-color: rgb(255, 255, 255);
	opacity: 0.5; /* CSS Standard */
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Old Mozilla (ex : Netscape) */
	-khtml-opacity: 0.5; /* Safari 1.x */
}


#covercontent {
	display : block;
	visibility : hidden;
	z-index: 100;
	position: absolute;
	background-color: transparent;
}

.media {
	margin : auto;
}