body{
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	height:100%;
	font-family: arial, sans-serif;
	font-variant: small-caps;
}

#wrap {
/*background:-webkit-gradient(radial, 250 130,0,250 150,400,
	from(rgba(0,0,0,.7)),to(transparent)) transparent;*/
	height:100%; 
	background: -moz-radial-gradient(50% 40%, rgba(155,155,155,.7), transparent) transparent;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(155,155,155,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(155,155,155,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(155,155,155,0.7) 0%,rgba(0,0,0,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(155,155,155,0.7) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(155,155,155,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39b9b9b', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	width:100%
	border: 1px solid red;
}
#content {
	width: 1100px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 5%;
	padding-bottom:60px;
	/*border: 1px solid red;*/
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
	
}

ul#display-inline-block-example,
ul#display-inline-block-example li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
}

ul#display-inline-block-example {
	width: 1100px;
	/*border: 1px solid #0f0;*/
}

ul#display-inline-block-example li {
	display: inline-block;
	width: 267px;
	height: 61px;
	background: #ccc;
	vertical-align: top;
	border: 1px solid #d1d1d1;
	margin-left:46px;
	margin-right:46px;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#image
{    
	position:absolute;
	left:0;
	top:0;
}
#text
{
	width: 267px;
	z-index:100;
	position:absolute;    
	color:black;
	font-size:24px;
	font-weight:bold;
	/*left:50px;*/
	text-align: center;
	top:-16px;
/* text-shadow:0px 0px 2px #ffffff, 0px 0px 10px #ffffff, 0px 0px 170px #ffffff;*/
	text-shadow: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 0 #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
	
	
}
a {
	text-decoration: none;
	color: #525252
}