/* CSS Document */

*{
margin:0;
padding:0;
border:none;
}

img{
	border:none;
	border-style:none;
	}

body{
background-color:#000;
background-attachment:scroll;
background-position:top center;
background-repeat:no-repeat;
background-image:url(http://www.four-sixteen.com/graphics/wood_original_bg.jpg);
color:#fff;
overflow-x:hidden;
}

#container{
width:800px;
height:autopx;
margin-top:300px;
margin-left:auto;
margin-right:auto;
background-image:url(http://www.four-sixteen.com/graphics/underConstruction_boxes.png);
font-family:Arial, Helvetica, sans-serif;
font-size:140%;
color: #CCC;
font-weight:200px;
}

#storyGroup{
width:800px;
height:150px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

#storyGroup img, #storyGroup img a:hover, #storyGroup img a:active, #storyGroup img a:visited, #storyGroup img a:link{
	border:none;
	border-style:none;
	padding:0;
	}


#storyGroup1 img a{
border:none;
border-style:none;	
}

#storyGroup1{
width:120px;
height:100px;
margin-top:0px;
margin-left:110px;
float:left;
}

#storyGroup2{
width:120px;
height:100px;
margin-top:50px;
margin-left:30px;
float:left;
}
#storyGroup3{
width:120px;
height:100px;
margin-top:20px;
margin-left:40px;
float:left;
}
#storyGroup4{
width:120px;
height:100px;
margin-top:25px;
margin-left:55px;
float:left;
}


#footer{
width:800px;
height:100px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
background-image:url(http://www.four-sixteen.com/graphics/underConstruction_boxes.png);
font-family:Arial, Helvetica, sans-serif;
font-size:140%;
color: #CCC;
font-weight:200px;
}


