body {
	background: #000;
	padding:100px;
	font-family: "times new roman", trebuchet ms;
	}

#image {
	width: 500px;
	margin: 0 auto;
	} 

#liens {
	margin: 0 auto;
	width: 500px;
	text-align: right;
	}
	
#global {
	width: 500px;
	margin: 0 auto;
}

div#demo {
	text-align: right;
	width: 460px;
	margin: 0 auto;
	}
 
div#demo ul#menu {
    margin: 5px 0px;
    list-style: none;
    display: inline-block;
	}
    
img {
	border: none;
	}

div#demo ul#menu li {
    padding: 0px;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    height: 24px;
	}
 
div#demo ul#menu li a {
    position: absolute;
	}
 
div#demo ul#menu li img {
    position: absolute;
    width: 24px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0 8px 0 0;
    border: none;
    overflow: hidden;
	}
 
#bubbleupfeatures tr th, #bubbleupfeatures tr td {
	border: 1px solid #F0F0F0;
	padding: 5px;
	text-align: left;
	}
 
#bubbleupfeatures tr th {
	background-color: #F0F0F0;
	}


.item {
	width:500px;
	height:281px;	
	border: 1px solid #333333;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	}
 
.item .caption {

	width:500px;
	height:281px;
	background:#000;
	color:#fff;
	font-weight:bold;
	position:absolute;
	left:0;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;  
	text-align: center;
	padding-top: 2em;
	}
 
.item .caption a {
	text-decoration:none;
	color:#7aa9de;
	font-size:30px;	
	padding:5px;
	}

.item .caption a:hover {
	text-decoration:underline;
	color:#7aa9de;
	}
	
.item .caption p a {
	text-decoration:none;
	color:#7aa9de;
	font-size:15px;	
	padding:5px;
	}

.item .caption p a:hover {
	text-decoration: underline;
	color:#7aa9de;
	font-size:15px;	
	padding:5px;
	}
 
.item .caption p {
	padding:5px;	
	margin:0;
	font-size:14px;
	}
 
img {
	border:0;
	position:absolute;
	}
 
.clear {
	clear:both;	
	}
