body			{ font-family: Arial, Verdana, Sans-Serif; }
*				{ margin: 0; padding: 0; }


.content-wrap	{ display: block; width: 980px; margin: 0 auto; }
.header-top		{ height: 107px; background: url(images/header_1.jpg) no-repeat 0 0; }
.header			
{ 
	height: 100px;  
	background: url(images/devencore-banner.jpg) no-repeat 0 0; 
	border-top: 25px solid #ff1600;
	border-bottom: 2px solid #fff;
}

.body-wrap
{
	height: 159px;
	background: url(images/body.jpg) no-repeat 0 0; 
}

.lang-wrap
{
	float: left;
	margin: 45px 0 0 35px;
	width: 300px;	
}

.button a
{
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 7px 5px 4px;
	width: 75px;
	height: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-align: center;	
	background: #000;
}

.button a:hover		{ background: #2a2a2a; }

.body-txt	
{
	float: right;
	padding: 45px 20px 0 0;
	font-size: 14px;
	line-height: 130%;
	color: #ff1600;
}
