body {
  font-family: 'Imprima', sans-serif;
  font-size: 15px;
  color: #2c393e;
  background: #fff url(/images/wood_.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  line-height: 1.4;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 800px;
  min-height: 400px;
  margin: 100px auto;
  color: #333;
}

#logo{
	margin-bottom: 10px;
}

p {
  text-align: justify;
}
.left {
	float:left;
}
div.main {
	margin-top: 20px;
  background-color: #fff;
  width: 700px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 30px #000;
  -moz-box-shadow: 0px 0px 30px #000;
  box-shadow: 0px 10px 30px #000;
}

#works {
	padding-left: 40px;
	padding-right: 28px;
	text-align: center;
}

#works img {
	border: 4px solid #efefef;
	opacity: 0.9;
	transition: opacity 0.25s;
-moz-transition: opacity 0.25s; /* Firefox 4 */
-webkit-transition: opacity 0.25s; /* Safari and Chrome */
-o-transition: opacity 0.25s; /* Opera */
margin: 2px;
/*display:none;
visibility: hidden;*/
}

#works img:hover { 
	opacity: 1;
}

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio {
  width: 200px;
  height: 100px;
  float: left;
  margin: 4px;
}
div.clear {
  clear: both;
}

a, a:visited { 
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer a, #footer a:visited, .menu a {
  color: #fff;
  font-weight:bold;
  text-decoration: none;
}

#footer {
  width: 900px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0px 0px 15px #000000;
        
}
