/* the name of this file is styles.css*/


body {
    background-attachment: fixed;
	background-image: url(Images/backgrounds/OCN_Logotransparent4x2.png);
	
	background-repeat: repeat-x,y;
	background-position: center center;
	background-color: #DCDCDC;
}
