/* CSS Document */


/**
 * Common Stylesheet
 * for www.snysolutions.com
 *
 * @author Timo Schneider | snysolutions
 */

#site {
    margin: 0 auto 0 auto;
	width: 670px;
	height: auto;
	left: 0px;
	position: relative;
	top: 150px;
}

#logo {
	background-image: url(../img/snysolutions.jpg);
	display: block;
	text-indent: -9999px;	/* hide text */
	width: 628px;
	height: 142px;
}

h1 {
    position: relative;
	left: 0px;
	top: 20px;
	width: 628px;
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
}

/*
.link{
	font-family: Arial, sans-serif;
	position: relative;
	color: #777;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;

}

.link a {
	position: relative;
	font-size: 13px;
	color: #777;
	text-decoration: none;
}

.link a:hover {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
*/

/*
#content {
	z-index: 99999;
	background-image: url(../img/snysolutions.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	text-indent: -9999px; 
	width: 628px;
	height: 142px;
}
*/





