body,
p,
h1, h2, h3
{
	margin: 0;
	padding: 0;
}

body
{
	background: black;
}

#main
{
	padding-top: 35px;
	background: url(../images/wood.jpg) no-repeat 50% 0;
}

#content
{
	position: relative;
	margin: 0 auto;
	width: 916px;
	height: 1290px;
	background: url(../images/paperrepeat.png) repeat-y; /*#f4f4e5;*/ 
/*	border: 3px solid black;*/
}


#header
{
	background: url(../images/paperbak.png) no-repeat;
	padding: 60px 20px 0px 60px;
	position: absolute;
	top: -15px;
	height: 214px;
	width: 916px;
/*	border-bottom: 2px solid #888;*/
}

#body
{
	position: relative;
	top: 220px;
	margin: 0 50px;
}

#footer
{
	background: url(../images/paperbot.png);
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	width: 916px;
	height: 229px;
}


#cloud
{
	text-indent: -1000em;
	background: url(../images/cloud_text.png) no-repeat;
	width: 515px;
	height: 330px;
	margin-bottom: 20px;
}

#cheap
{
	text-indent: -1000em;
	background: url(../images/cheap_text.png) no-repeat;
	width: 515px;
	height: 290px;
	margin-bottom: 20px;
}

#bottom
{
	margin-top: 60px;
	position:relative;
}

#open_source
{
	position:relative;
	width: 250px;
}

#open_source p
{
	text-indent: -1000em;
	background: url(../images/open_source_text.png) no-repeat;
	width: 250px;
	height: 340px;	
	margin-bottom: 10px;
}

#open_source img
{
	position: absolute;
	top: 120px;
	right: 0;
}

#blog
{
	position: absolute;
	top: 0;
	left: 280px;
	background: url(../images/blog.png) no-repeat;
	width: 250px;
	height: 340px;		
}

#under_construction
{
	position: absolute;
	top: 10px;
	right: 50px;
	width: 220px;
	height: 220px;
	text-indent: -1000em;
	background: url(../images/under_construction.png);
}

#web_apps_caption
{
	position: absolute;
	top: 50px;
	left: 180px;
	width: 190px;
	height: 40px;
	text-indent: -1000em;
	background: url(../images/web_apps_from.png);	
}

#tin_cloud_caption
{
	position: absolute;
	top: 90px;
	left: 210px;
	width: 350px;
	height: 50px;
	text-indent: -1000em;
	background: url(../images/tin_cloud.png);	
}

#strapline
{
	position: absolute;
	left: 210px;
	top: 145px;
	text-indent: -1000em;
	background: url(../images/strapline.png) no-repeat;
	width: 350px;
	height: 50px;
/*	margin-bottom: 20px;
*/}

#title
{
/*	margin-top: 50px;*/
	width: 160px;
	height: 40px;
	text-indent: -1000em;
	background: url(../images/title.png);		
}

#sites
{
	position: absolute;
	top: 0px;
	left: 540px;
	width: 250px;
	height: 610px;
}

/*#sites
{
	width: 750px;
	margin: 0 auto;
}
*/
/*#sites div
{
	float: left;
}
*/
#aworka p,
#vacancy_informer p,
#animal_rescue p
{
	position: relative;
	bottom: 5px;
	width: 250px;
	height: 80px;
	text-indent: -1000em;
}

#animal_rescue p
{
	bottom: 70px;
	height: 100px;
}

#aworka a,
#vacancy_informer a
{
	display: block;
	text-indext: -1000em;
/*	background: url(../images/aworka_image.png) no-repeat; */
	width: 250px;
	height: 270px;
/*	border: 2px solid #f4f4e5;*/
}

#aworka a:hover
{
	background: url(../images/aworka_hover.png) no-repeat;
/*	background-color: #66E896;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	border: 2px solid #16AA45;
*/}


#vacancy_informer a:hover
{
	background: url(../images/vi_hover.png) no-repeat;
}

#aworka a:hover img,
#vacancy_informer a:hover img
{
	display: none;
}

a
{
	text-decoration: none;
}

a img
{
	border: none;
}

#aworka p
{
	background-image: url(../images/aworka_caption.png);				
}

#vacancy_informer p
{
	background-image: url(../images/vi_caption.png);				
}

#animal_rescue p
{
	background-image: url(../images/animal_rescue_caption.png);				
}

#menu
{
	position: absolute;
	right: 30px;
	bottom: 0;
	list-style: none;
	display: inline;
}

#menu li
{
	float: left;
	width: 100px;
	height: 40px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	border: 2px dashed #ddd;
	margin: 0px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#menu li:hover
{
	border: 2px solid #E73723;
	background-color: #F0846F;
}




