body {
	font-family: sans-serif;
	font-size: 10px;
	background-image: url(images/bg_pattern.png);
	color: #FFF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width:100%;
	height:100%;
}

.fancythumb {
	border: 0px /* #BBB solid */;
	padding: 2px;
	background-color: #EBECE4;
}

a {
   outline: none;
}

#wrap_center { 	
  position:absolute;
  height:584px; 
  width:981px;
  margin:-292px 0px 0px -490px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  overflow: hidden;
}

#content {
	/*background-image: url(images/bg_content.jpg);*/
	width: 550px;
	height: 352px;
	font-family: Verdana, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	overflow: hidden;
}

#contact {
	position: relative;
	top: 40px;
	left: 106px;
	width: 345px;
	height: 285px;
	/* border: 1px #666 solid; */
	overflow: hidden;
	text-align: center;
}

/* REALLY COOL MENU MAP OVER */
#portfolio {
	width: 550px;
	height: 352px;
	background: url(images/bg_portfolio.jpg) no-repeat;
	margin: 0px auto; padding: 0;
	position: relative;
}
#portfolio li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#portfolio a {display: block; text-indent: -9999px; text-decoration: none;}

#draw {left: 4px; top: 105px; width: 179px; height: 132px;}
#www {left: 170px; top: 5px; width: 225px; height: 115px;}
#misc{left: 183px; top: 120px; width: 195px; height: 112px;}
#threed{left: 385px; top: 128px; width: 161px; height: 98px;}
#photography{left: 204px; top: 237px; width: 158px; height: 107px;}

#draw a {height: 132px;}
#www a {height: 115px;}
#misc a {height: 112px;}
#threed a {height: 98px;}
#photography a {height: 107px;}

#draw a:hover {background: url(images/bg_portfolio.jpg) -4px -457px no-repeat;}
#www a:hover {background: url(images/bg_portfolio.jpg) -170px -357px no-repeat;}
#misc a:hover {background: url(images/bg_portfolio.jpg) -183px -472px no-repeat;}
#threed a:hover {background: url(images/bg_portfolio.jpg) -385px -480px no-repeat;}
#photography a:hover {background: url(images/bg_portfolio.jpg) -204px -589px no-repeat;}

/* FORMS */
.formtxt {
	background-color: #EEDD82;
	border: #8B864E 1px solid;
	color: #000;
	font-family: monospace, sans-serif;
	font-size: 13px;
}

.formbutt {
	background-color: #CDC673;
	border: #8B864E 0px solid;
	color: #000;
	font-weight: bold;
	margin-right: 5px;
	font-size: 11px;
}

.sendbutt {
	background-image: url(images/contact_04_send.jpg);
	width: 61px;
	height: 18px;
	border: #000 0px solid;
	cursor: pointer;
}

/*CAPTCHA*/
#captorofsin {
	visibility: hidden;
	display: none;
}
/*CAPTCHA END */

#linkbutton a {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.4;
	width: 88px;          /* a kov 3 sor nelkul nem megy IE-ben ... me IE szar, s ok okosak. */
	height: 31px;
	display: block;
}

#linkbutton a:hover {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#hide {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

