@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#myheader {
	background-image: url(images/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	width: 251px;
	padding: 0px;
	margin: 17px 10px 10px 17px;
	float: left;
}
#logo {
	float: right;
	margin: 10px;
	background-image: url(images/logotag.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	width: 232px;
	padding: 0px;

}
#slideshowlink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
#slideshowlink a:hover {
	color: #006666;
}
#slideshowlink {
	clear: both;
}

