*{
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: tahoma, serif;
  background: url(../_img/layout/page-bg.jpg) top left no-repeat #070707;
}

#twitter_div { 
	position: absolute; 
	left: 186px; 
	top: 99px; 
	width: 376px; 
	height: 375px; 
	overflow: auto;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;	
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	color: silver;
	background: url(../_img/layout/transpBlack.png);
}

a {
  color: #3895CE;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

span a{
  color: #D8AD00;
}
span a:hover{
  border-bottom: white dotted 1px;
  text-decoration: none;  
}

div#mail{
  margin-top: 20px;
  margin-left: 630px;
  width: 416px;
  height: 303px;
  display: block;
  background: transparent url(../_img/layout/lovisek.jpg) no-repeat scroll left top;
  position: relative;
}
div#mail img{
  position: absolute;
  left: 160px;
  top: 90px;
}
div#mail a img{ border: 0; }


div.clear-both{
  clear: both;
}
