@charset "UTF-8";
/* CSS Document */
div#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	position: absolute; 
	left:110px;
	top:50px;
	width:300px;
	height:250px;
}
body > div#logo {
	position: fixed;
}
div#mainInfo{
	background-color: #000000;
	position:absolute;
	left:104px;
	bottom:80px;
	width:310px;
	height:125px;
}
body > div#mainInfo {
	position: fixed;
}
#right{
	position:absolute;
	top:0px;
	right:0px;
	left:435px;
	height:auto;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}
.entry{
	height:400px;
	width:470px;
	text-align:left;
	margin-top:90px;
}

.date{
}

.title{
	font-size: 24px;
	color: #000000;
	background-color: #FF0096;

}

.text{
	margin-top:10px;
}
a{
	color: #FF0096;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.image{
	float:left;
	margin-left: 40px;
	margin-top:10px;
	margin-right:12px;
	height:inherit;
}
.image a{
	color: #000000;
}
.image img{
	max-width:222px;
	max-height:370px;
}
