@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	background-image: url('images/bg_002.jpg');
    background-repeat: repeat;
   
    background-position: center; 
	background-color: #001428;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.mosaicflow__column {
    float:left;
    }
.mosaicflow__item img {
	border:solid;
	border-top: 0;
	border-bottom: 2;
	border-left: 4;
	border-right: 4;
	border-color:#000000;
    display:block;
    width:100%;
    height:auto;
}

#wrapper {
	margin:0 auto;
	padding-top:0;
	padding-bottom:0px;
	width:1000px;
}



.memoryText {
	line-height: 1.5;
}
















