

img { border: none; } 

a:link { 
	color: #FFF;
	}
	
a:visited { 
	color: #FFF;
	}
	
a:hover { 
	color: #CCC;
	}



/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body { font-family:Arial,Helvetica,sans-serif;
width:750px;
margin:0 auto;
margin-top:0px;
background:url('./img/mainbak.jpg') no-repeat center top #000;


}


/* ----- NAVIGATION ----- */



#navigation {
width:750px;
height:50px;
background:url('./img/nav.jpg') no-repeat center top;
margin-top:0px;
text-align:center;
color:#FFF;
font-weight:900;
line-height: 1.5
}







/* ----- HEADER ----- */



#header {
width:750px;
height:200px;
background:url('./img/marquee.jpg') no-repeat center top;
margin-top:0px;
}






/* ----- MAIN CONTENT ----- */



#content { 
width:750px;
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:450px; /* for IE5.x and IE6 */
background:url('./img/bar.jpg') no-repeat center top;
margin-top:1px;
padding-top:35px;
color:white;

}


/* ----- Store items ----- */

.item {
float:left;
width:330px;
padding:10px 0px 0px 10px;
margin:10px;
height:200px;
background:transparent;
border: 0px solid white;
color:white;
overflow:hidden;
text-decoration:none;
}

.item:a {text-decoration:none;}

.item h3 {font-weight:bold; font-size:1.2em;margin:0px;padding:0px;}

.item:hover {
border-radius: 15px;
background:black;
color:white;
box-shadow: 0px 0px 10px #888;
}

/* big center area */

.item_mid {
border-radius: 15px;
margin-left:15px;
float:left;
width:720px;
padding:0px;
height:205px;
background:transparent;
color:white
}


.item_mid img {
padding:5px;
}

.item_mid img:hover {
padding:5px;
background:black;
color:white;
box-shadow: 0px 0px 10px #888;
border-radius: 15px;
}


/* ----- MAIN CONTENT IMAGES ----- */

.content_img {
float:left;
margin:5px;
padding:0px;

}

/* ----- FOOTER ----- */



#footer { 
width:750px;
height:30px;
background-color:#333333;
clear: both;
margin-bottom:0px;
background:url('./img/bar.jpg') no-repeat center bottom;
color:#FFF;
line-height:2em;
font-size:1em;
text-align:center;
}


.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;

	
	}