.container {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   }
.ab {text-decoration: none}

a#tooCool {
 position: fixed;
 right: 0;
 bottom: 0;
 display: block;
 height: 80px;
 width: 80px;
 background: url(http://www.xyu.ee/img/tcc.png) bottom right no-repeat;
 text-indent: -999em;
 text-decoration: none;
}

.p-t {
	display: block;
	margin: 15px 0 5px 0;
	height: 70px;
	border: 0px solid #666;
	text-decoration: none;
	opacity: 0.4;
}

.p-t:hover {
	opacity: 1;
}

.t-f-t { background: url("/images/firefox-tabbedbrowsing-thumb.png") 0 0 no-repeat; }
.t-f-l { background: url("/images/firefox-livebookmarks-thumb.png") 0 0 no-repeat; }
.t-f-l { background: url("/images/firefox-searchbar-thumb.png") 100% 0 no-repeat; }

}

body, input, textarea {
      font-family: Verdana;
      font-size:13px;
}
body {
      margin:0;
      padding:0;
      background-color:#ffffff;
}
#wrap {
      align:center;
      margin:0;
      padding:20px;
      width:650px;
      height:100%;
      background-color:#FDB800;
      border-right:1px dashed #888;
}
input, textarea {
      border: 1px solid #000;
      background-color:#FFDC7E;
}
input, textarea {
      border: 1px solid #000;
      background-color:#FFFFFF;
}