@charset "UTF-8";
/* CSS Document */

body {

background-color:#FFFFFF;
/*background:url(background.jpg) no-repeat scroll;*/

}

.bg {

height:auto;
width:1200px;
position:relative;
left: 50%;
top:0px;
margin-left: -600px;

}


.links a {
display:block;
width:300px;
height:200px;
background-color:#000000;
color: #999999;
font-family:'Century Gothic', 'Lucida Sans Unicode', 'Lucida Grande', Geneva, Tahoma, Sans-Serif;
/*font-weight: normal;
*/margin-bottom:5px;
margin-right:5px;
position: relative;
float:left;
text-decoration:none;

}

.links a h1{
position:relative;
padding-left: 15px;

padding-top:10px;
font-weight:lighter;
color:#FFFFFF;
text-decoration:underline;
}

.links p {

padding-left:15px;
padding-right:10px;
font-size:smaller;
}

.links a:hover{
color:#FFFFFF; }


.links {
top:140px;
height:620px;
width:920px;
position:absolute;
left: 50%;
margin-left: -460px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	border: 0;

}

/*#id {
background:url(background.jpg) no-repeat;
position:relative;
left:200px;

}*/





