* { padding:0; margin:0; }

BODY {
      background-color:#ffffff; 
      background-image:url('http://x.opiax.com/wp-content/themes/livetr-theme-11/images/bg_front.gif');
      background-repeat:repeat; 
      text-align:justify; font: 11px tahoma, arial, helvetica;
      color: #717171;
      cursor:default;
      }


#title {
      z-index:1; 
      background-image:url('logo.png'); 
      width:400px; 
      height:81px; 
      position:absolute; 
      top:0; 
      left:0;
      }

.content {
      z-index:2;
      width:300px;
      position:absolute; 
      left:225px; 
      top:10px; 
      }

#content2 {
      z-index:3;
      width:100%;
      position:absolute;
	text-align:center;
      top:20px; 
      padding-bottom:20px;
      }

a { 
	color: #f15c5a; 
	background: inherit; text-decoration:none; cursor:default;
}

a:hover { 
	color: #e82c2b; 
	background: inherit; text-decoration:underline; cursor:default;

}

em,strong {
      color: #278fb2;
      }

img { 
      padding: 3px;
      border: #ececec 1px solid;
      background: #ffffff;
      margin:3px;
      }
a img { 
      padding: 3px;
      border: #ececec 1px solid;
      background: #ffffff;
      margin:3px;
      }
a:link img,
a:visited img { 
      padding: 3px;
      border: #ececec 1px solid;
      background: #ffffff;
      margin:3px;
      }
a:hover img {padding: 3px;
      border: #cbcbcb 1px solid;
      background: #ececec;
      margin:3px;
      }