/*-------------------+
| CLEAR ALL STYLES   |
+--------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
a {outline:none;}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/*-------------------+
| SET ALL STYLES     |
+--------------------*/

* {
	margin: 0;
}

.clearer {height: 1px; overflow: hidden; margin-top: -1px; clear: both;}

html, body {background: url('../images/bg_infinum.jpg') top center no-repeat; margin:0; padding:0; font-family:"Arial", serif; line-height:1.9em; text-align:left; font-weight:bold; font-size: 11px;}
#container { width:600px; height: 100%; margin: 0 auto; padding:0;  background: #ffffff; border:1px solid #e4f3c2; position: relative; top:150px;}
#container p{ margin:55px 25px 40px 40px; padding:0; color:#5c5c5c;}

a{font-family:"Arial", serif; line-height:1.9em; text-align:left; font-weight:bold; font-size: 11px; color:#5c5c5c; text-decoration: none;}
a:hover{text-decoration: underline;}
h1{font-size:24px; font-weight: bold; color:#5c5c5c; text-align: center; margin-top:65px;}
.green{color: #9ec93a;}
.green_14{color: #9ec93a; font-size:16px; height:20px; margin:0; padding:0;}
.margin_10{margin:0 25px 0 10px;}
.margin_25{margin:0 35px 0 30px;}