* {
         margin: 0px;
         padding: 0px;
         }

body {
         background: #168abd;
         font-family: Arial, Sans Serif;
         font-size: 13px;
         line-height: 1.3;
         color: #ffffff;
         text-align: left;
         }

h1 {
         color: #ffffff;
         font-size: 18px;
         padding-bottom: 20px;
         line-height: 100%;
         }


#wrapper {
         padding-top: 100px;
         margin: 0 auto;
         width: 550px;
         }

#sims {
         width: 250px;
         float: left;
         }

#text {
         width: 300px;
         float: left;
         }

p {
         margin-bottom: 15px;
         }

a {color: #ffffff;}
a:hover {color: #1c5779;}
