::-moz-selection {
	background:black; /* black */
	color:white;
}
::selection {
	background:black; /* black */
	color:white;
}

/***************/
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(boxsizing.htc);
}
html {
	background: url(../img/home.jpg) no-repeat center center fixed;
	background-color:grey;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:1;
}
h1, h2, h3, p {
	margin-top:0;
	color:white;
}
p, h1 {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

/*************** CONTENT */
#wrapper {
	margin:0 auto;
	width:1000px;
}
.content{
	position:absolute;
	width:800px;
	z-index:10000;
}

/*************** FOOTER */
#footer {
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
}
#footer-flash-logo img{
	display:block;
    margin-left:auto;
    margin-right:auto;
}
#footer-flash-logo h1{
	color:black;
	width: 190px;
	margin: 5px auto 25px;
	-webkit-transition:all 0.12s ease-out;
	-moz-transition:all 0.12s ease-out;
	-o-transition:all 0.12s ease-out;
}
#footer-flash-logo h1:hover{
	color:white;
	text-shadow:1px 1px black, 2px 2px black, 3px 3px black;
}

/*************** FOOTER NAVIGATION MENU */
#footer-menu-background {
	background-image:url(../img/transparent_background.png);
}
#footer-menu {
	height:30px;
    margin:-5px auto 20px;
    width:150px;
}
.home {
	list-style:none;
	background-image:url(../img/but_home.png);
	background-position:0px 0px;
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	cursor:pointer;
}
.home:hover {
	background-position:0px 30px;
}
.hornyvillage {
	list-style:none;
	background-image:url(../img/but_hornyvillage.png);
	background-position:0px 0px;
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	cursor:pointer;
}
.hornyvillage:hover {
	background-position:0px 30px;
}
.portfolio {
	list-style:none;
	background-image:url(../img/but_portfolio.png);
	background-position:0px 0px;
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	cursor:pointer;
}
.portfolio:hover {
	background-position:0px 30px;
}
.about-me {
	list-style:none;
	background-image:url(../img/but_about_me.png);
	background-position:0px 0px;
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	cursor:pointer;
}
.about-me:hover {
	background-position:0px 30px;
}
.contact {
	list-style:none;
	background-image:url(../img/but_contact.png);
	background-position:0px 0px;
	float:left;
	width:30px;
	height:30px;
	cursor:pointer;
}
.contact:hover {
	background-position:0px 30px;
}
/*************** FOOTER NAVIGATION MENU end */

#footer-info-background {
	width:100%;
	margin:0 auto;
	height:25px;
	background:#8a9b0f;
	color:black;
	padding-top:7px;
}
#footer-info {
	width:450px;
	margin:0 auto;
	color:black;
}
#footer-info p{
	color:black;
}
#footer-info i{
	font-style:italic;
	font-weight:normal;
}
#footer-info a{
	text-decoration:none;
	color:black;
}
#footer-info a:hover{
	color:white;
	text-shadow:1px 1px black, 2px 2px black, 3px 3px black;
}
/*************** FOOTER end */

/*************** FLASH */
#flashContent {
	display:block;
    margin-left:auto;
    margin-right:auto;
	width:250px;
	height:140px;
	margin-bottom:0;
}
/*************** FLASH end */


/*************** RESPONSIVE */

@media (max-width: 400px) {
	#footer-info-background {
		width:100%;
		margin:0 auto;
		height:45px;
		background:#8a9b0f;
		color:black;
		padding-top:7px;
	}
	#footer-info {
		width:300px;
		margin:0 auto;
		color:black;
	}
	#footer-info p{
		color:black;
		line-height:16px;
	}
}