/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	z-index:1;
   	font: 16px Verdana, sans-serif;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(/include/img/background.jpg);
	background-color:#e7fff9;
	color:#000;
	text-align:left;
}

#main {
	padding:5px;
    border:1px solid #999;
	z-index:1;
	background: rgba(255, 255, 255, 0.3);

}

p.description_content_small {
	font-size:14px;
	margin:5px;
}
#description_content_sub {
	margin-left:5px;
	margin-bottom:5px;
	color:#999;
	font-size:12px;
}

div.wrapper {
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */ 
}
div.wrapper a:link {
	color: #000000;
	text-decoration: none;
}
div.wrapper a:visited {
	color: #000000;
	text-decoration: none;
}
div.wrapper a:active {
	color: #000000;
	text-decoration: none;
}
div.wrapper a:hover {
	color: #C60000;
	text-decoration: underline;
}
div.description {
	text-align:left;
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:black;
	font-family: 'tahoma';
	font-size:15px;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}
p.description_content {
	margin:5px;
	margin-bottom:0px;
	font-size:16px;
}

a {
	color:#09F;
	text-decoration: none;
}
a:hover {
	color:#09F;
	text-decoration: underline;
}
#img_avatar {
	border:1px;
}
