/**

Master Styles

**/

body
{
	font-family: Helvetica, Arial, sans-serif;
}
#content_text a {
	color:#FFFFFF;	
}
pre {
	border: 1px solid #CCC;
	background-color: #EEE;
	color: #333;
	padding: 10px;
}

/**
 
Home Page

 **/

#content_home { 
	width: 800px;
	background-image: url(../images/home_background2.png);
	position: absolute;  
	text-align: center;
	color: #DDD;
	color: #EAEAEA;
}
#content_text_home { 
	margin: 0 6%;
	font-size:18px;
}
#content_top_home {
	width: 800px;
	height: 19px;
	background-image: url(../images/home_background_top2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -19px;
}
#content_bottom_home {
	
	width: 800px;
	height: 19px;
	background-image: url(../images/home_background_bottom2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -19px;
}
@media (max-width: 1200px) {
	#content_home { 
		width: 700px;
	}
	#content_top_home {
		width: 700px;
		background-image: url(../images/home_background_top_700_2.png);
	}
	#content_bottom_home {
		width: 700px;
		background-image: url(/../images/home_background_bottom_700_2.png);
	}
}
@media (max-width: 1000px) {
	#content_home { 
		width: 600px;
	}
	#content_top_home {
		width: 600px;
		background-image: url(../images/home_background_top_600_2.png);
	}
	#content_bottom_home {
		width: 600px;
		background-image: url(../images/home_background_bottom_600_2.png);
	}
}

@media (max-width: 768px) {
	#content_home { 
		width: 500px;
	}
	#content_top_home {
		width: 500px;
		background-image: url(../images/home_background_top_500_2.png);
	}
	#content_bottom_home {
		width: 600px;
		background-image: url(../images/home_background_bottom_500_2.png);
	}
}

@media (max-width: 640px) {
	
	#content_home { 
		width: 400px;
		font-size: 14px;
	}
	#content_top_home {
		width: 400px;
		background-image: url(../images/home_background_top_400_2.png);
	}
	#content_bottom_home {
		width: 400px;
		background-image: url(../images/home_background_bottom_400_2.png);
	}
}

@media (max-width: 480px) {
	#content_home { 
		width: 300px;
	}
	#content_top_home {
		width: 300px;
		background-image: url(../images/home_background_top_300_2.png);
	}
	#content_bottom_home {
		width: 300px;
		background-image: url(../images/home_background_bottom_300_2.png);
	}
}

<!--[if IE] -->
#content_home {margin-top: 15%;}
<!--[endif]-->
<!--[if lte IE 10]>
#content_home {margin-top: 15%;}
<!--[endif]-->
<!--[if gte IE 6]>
#content_home {margin-top: 15%;}
<!--[endif]-->
