/* static START */
* {
	margin:0;
	padding:0;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
body {
	background:#dd8603;
	color:#555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}


a {
	color:#9452A5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.w3c {
	color:#000;
	font-size:10px;
}
/* static END */

/* layout START */
#wrap {
	background:url(http://www.error104.com/img/fond.jpg) center top no-repeat;
	padding:0;
}
#container {
	margin:0 auto;
	width:880px;
}
/* layout END */


/* content START */
#content {
	min-height:430px;
}

.pagecontent {font-size:12px;}
/* content END */

/* main START */
#main {
	width:880px;
	padding:70px 0 30px 0;
	float:left;
}

.lang {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.lang a {
	color:#FFF;
	text-decoration:none;
}

.lang a:hover {
	color:#FFF;
	text-decoration:underline;
}

.post .content {
	padding:5px 0 5px 0;
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin-bottom:10px;
}

.post .content table {
	margin:0;
	width:100%;
}
.post .content table tr td {
	padding:0;
}
.post .content table tr th {
	padding:0;
	background:#EDEFF0;
	text-align:left;
}

.intro {
	margin:15px 40px 0 0;
}

/* footer START */
#footer {
	padding:0 ;
	margin:0;
	font-size:11px;
	color:#000;
	line-height:14px;
	width:100%;
	text-align:center;
}
#footer a {
	color:#000;
}

/* footer END */



