/*
   This is where you should put all your customisations to the swish.css
   file. Please do not edit swish.css, but instead put all your over-rides
   here.
*/

/* Uncomment this to make the web site narrower left-to-right */
/* .content {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
} */

body {
      background-color: #FFF;
      background-image: url(../images/1.png);
}

#logo {

}

.content {

}

#container {
   
}


#topMenu {

}

#topMenu ul {

}

#topMenu li {

}

#topMenu li a {

}

#loginForm {

} 

