body {
	background: url(imgs/bg.gif) #ede0cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

#left-side {
	position: absolute;
	left: 30px;
	top: 180px;
}

#laptop {
	position: absolute;
	left: 37%;
	top: 10px;
	width: 180px;
	height: 150px;
/*	background: url(imgs/laptop.png) no-repeat left top;*/
}

#logo {
	position: absolute;
	left: 30px;
	top: 10px;
}

#content {
	position: absolute;
	right: 40px;
	top: 180px;
	width: 61%;
}

#cont {
	background: #FFFFFF;
	text-align: center;
}

#t {
	background: url(imgs/t.png);
}
#l {
	background: url(imgs/l.png);
}
#r {
	background: url(imgs/r.png);
}
#b {
	background: url(imgs/b.png);
}

#message {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 338px;
	height: 195px;
	background: url(imgs/yellow.png) no-repeat left top ;
}

#in-mess {
	width: 270px;
	height: 136px;
	overflow: auto;
	position: relative;
	left: 30px;
	top: 15px;
	font-size: 11px;
}

h2 {
	font-size: 12px;
}

#menu {
	text-align: center;
}

#menu a {
	color: #777777;
	padding-right: 7px;
	padding: 7px;
}

a{
	color: #777777;
}

.seled {
	background: #eeeeee;
}

.f {
	display: none;
}
