/* CSS Document */

html {
	height: 100%;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 768px;
     height: 488px;
     margin-top: -244px; /* moitié de la hauteur */
     margin-left: -384px; /* moitié de la largeur */
     border: 0px solid #000;
     }
	
a{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}

td{
font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #cccccc;
} 
body {
	height: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 10px;
	color: #cccccc;
}

#logo{

	padding: 0px;
	width: 269px;
	height: 44px;
	background: url(../images/the_ramp/index/the_ramp_index_01.jpg) no-repeat;
}