/*
	** Fez-Soft
*/
* { 
	margin: 0; 
	padding: 0;
}
html { 
	overflow-y: scroll; 
}

#main-content { 
	width: 900px; 
	text-align: justify;
	font: 12px tahoma;
	margin: 20px auto; 
	padding: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-webkit-box-shadow: #222 5px 5px 5px; 
	position: relative; 
}

h2                                          { 
	font: bold 30px Helvetica, Sans-Serif; 
	letter-spacing: -1px; 
	margin: 0 0 6px 0; 
}
p { 
	margin: 0 0 12px 0; 
}

#swith1 , #swith2 , #swith3 , #swith4 {
	width: 20%;
	border-left: 1px solid #eee;
	float: right;
	padding: 0 10px;
}
#swith4 {
	border: none;
}
a img {
	border: 1px solid transparent;
}
a img:hover {
	border: 1px solid #bbb;
}
