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

body{
	width:850px;
	margin:auto;
	padding:0px;
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

h3{ font-size:16px;}

h3 a { color:#333333; text-decoration:none }

h3 a:hover { color:#333333; text-decoration:underline; }

a { text-decoration:none }

a:hover{ text-decoration:underline;}

img{ border:none;}

#psdtoxhtml{
	width:810px;
	height:560px;
	background:url(immagini/bg.png) no-repeat;
	padding:20px;
	float:left;
	margin-top:10px;
}

#logopsdhtml {	
	width:810px;
	height:130px;
	text-align:center;
	float:left;
}

#container{
	width:810px;
	text-align:center;
	float:left;
	margin-top:25px;
}

#psdtohtmlit {
	width:250px;
	float:left;
	text-align:center;
	margin-left:140px;
	margin-right:15px;
}

#psdtohtmlen {
	width:250px;
	float:left;
	text-align:center;
	margin-left:15px;
	margin-right:140px;
}


