@charset "utf-8";
/* CSS Document */

html {
	overflow-Y: scroll;
}

html, body {
	height: 100%;
	padding:0;
	margin:0;
	text-align:center;
}

html>body #wrap {
	width:960px;
}

#wrap {
	width:100%!important;
	min-height: 100%;
	text-align:center;
}
 
#header {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#main {
	width:960px;

	margin:0 auto;
	text-align: left;
}  /* must be same height as the footer */

#footer {
	position: relative;
	clear:both;
	text-align:center;
	overflow:hidden;
} 

#footer #data {
	margin:0 auto;
	text-align:left;
	width:960px;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

div#column_sx{
	float:left;
	width:180px;
	
}
div#column_dx{
	float:right;
	width:750px;
	
	padding-top:50px;
}

div#full_content{
	width:960px;
	
	padding-top:50px;
}

#testo_home {
	margin-top:-5px;
}

#testo_home p {
	margin-top:0px;
	margin-bottom:0px;
	
}

.comment_container {
	width:466px;
}
.comment_container div {
	margin-bottom:9px;
}
.comment {
	margin-bottom:15px;
}
.comment_text {
	padding-left:40px;
	width:420px;
	background-image:url(../images/user_comment.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.comment_user {
	font-weight:bold;
}

a:focus {
-moz-outline-style: none;
outline: none;
}
a {
  outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.hidden {
	display:none;
}


select {
	padding-top:4px;
}