body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica neue, helvetica, arial, sans serif;
/*	font-weight: bold; */
	color: white;
	background-image: url('../images/bg_02.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;	
}

.trans_box {
  font-family:verdana;
  color:white;
  font-size:20px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/trans_black.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  font-family: helvetica neue, helvetica, arial, sans serif;
  color:white;
  font-size:20px;  
  background-image:url(../images/trans_black.png);
}



#image_preview
{
	position: absolute;
	top:  30px;
	left: 40px;
	z-index: 10;
	
}

#background
{
	position: absolute;
	top:  30px;
	left: 40px;
	z-index: 1;
	margin:  0;
	overflow: hidden;
	width: 700px;
	height: 732px;
	background-color:black;
	opacity:.45;
	filter: alpha(opacity=45); 
	-moz-opacity: 0.45;

}

#foreground {
	position: absolute;
	margin:  0;
	top:  30px;
	left: 40px;
	padding: 0;
	z-index: 2;
	width:  700px;
	min-height: 732px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	background-color: red;
}


/* nav */

#submenu_padding {
	color:#d1d3d4;
	padding-left:5px;
	padding-bottom:10px;
	padding-top:5px;
}

.menu_text {
	font-size:20px;
	color: white;
}

.about_active {
	color: white;
	background-color: #eb00ff;
	text-decoration:none;
}

.work_active {
	color: white;
	background-color: #00e0ff;
	text-decoration:none;
}

.blog_active {
	color: white;
	background-color: #6eff4a;
	text-decoration:none;
}

.contact_active {
	color: white;
	background-color: #6142ff;
	text-decoration:none;
}

.menu_inactive {
	color:#;	
	text-decoration:none;	
}

.menu_padding {
	margin-bottom:5px;
	margin-top:5px;
}

.submenu_active {
	color:#a7a9ac;
	text-decoration:none;	
}


.submenu_inactive {
	color:#d1d3d4;
	text-decoration:none;	
}

.invisible{display:none; }
.visible {display:block;}
