@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	padding-top:15px;
	background-color: #000;
	text-align:center
}

a.hidden {
	display:none;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #000;
}
a:active {
	color: #FFF;
}

#container_home {
	background-image:url(images/background_03.png);
	background-repeat:no-repeat;
	background-position:center;
	width:762px;
	height:615px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#container_about {
	background-image:url(images/background_general_03.png);
	background-repeat:no-repeat;
	background-position:center;
	width:762px;
	height:615px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#home_left {
	width:298px;
	height:595px;
	padding-top:15px;
	padding-left:15px;
	border:0;
	float:left;
}

#logo_left {
	width:298px;
	height:115px;
	padding-top:15px;
	padding-left:15px;
	border:0;
	float:left;
}

#nav {
	width:427px;
	height:46px;
	padding-top:65px;
	border:0;
	float:left;
}

#home_right {
	width:427px;
	height:595px;
	border:0;
	float:left;
}

#portfolio {
	width:750px;
	height:495px;
	margin-left:auto;
	margin-right:auto;
	border:0;
	text-align:center;
}


@media (max-width: 767px) {
	#container_home {
		width: 100%;
		background-size: cover !important;
		height: auto;
		padding-bottom: 40px;
		padding-top: 40px;
		overflow: hidden;
	}
	#nav {
		display: none;
	}
	img {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		float: none;
		display: block;
	}
	#home_left, #home_right {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		height: auto;
	}
}