/* CSS Document */

body{background:url(../../images/layout/background.png); background-repeat:repeat;color:#fff;

}

#userData a{
	color:#fff;
	-o-transition:.4s;
  	-ms-transition:.4s;
  	-moz-transition:.4s;
  	-webkit-transition:.4s;
  	transition:.4s;}
#userData a:hover{color:#ae9f73;}

#pageWrapper {
    background: none repeat scroll 0 0 #005e8a;
    border-bottom: 2px solid #005e8a;
}

#footer #design a{color:#CCCCCC;}

