/* CSS Document - tova e prosto test */
* {
 margin:0px auto;
}

body {
	background-color:#CDCDCD;
}

.outside_main{
	position:absolute;
	top:0px;
	background-repeat:repeat-y;
	background-position:top;
	width:100%;
	}
.main {
	width:750px;
	background-position:bottom;
	background-repeat:no-repeat;	
	}
.content {
	background-image:url(../imgs/midle.jpg);
	background-repeat:repeat-y;
	width:690px;
	padding:30px;	
	font-family:Georgia;
	font-size:10px;
	color:#5E5E5E;
}

.topMenu{
	padding-top:140px;
	background-image:url(../imgs/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;	
	width:650px;
	padding-left:100px;
	
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#2E3919;
}
.bottom{
	width:750px;
	height:18px;
	padding:5px;
	background-image:url(../imgs/bottom.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.title {
	font-size:12px;
	padding-bottom:20px;
}
.content p {
	padding-left::20px;
	padding-bottom:20px;
}

