html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

#outside_container {
    background:url(images/bg_tapet.png) repeat-x #000000;
	height: 100%;
	width: 100%;
	min-height: 600px !important;
	min-width: 750px !important;
}

#container {
	background:url(images/fotoliu.png) top center no-repeat;
}

#content {
	width:750px;
	height:470px;
	min-height:470px !important;
	margin:0 auto;
	position:relative;
}

ul#main_nav {
    position:absolute;
	top:231px;
	left:0px;
}

ul#main_nav li {
	float:left;
	list-style:none;
    display:inline;
}
	
#main_nav a {
	display: block;
	text-indent: -9000%;
	outline: none;
}
	
#main_nav a:hover {
	background-position: left bottom;
}

#main_nav .main_your-very-own {
	width: 152px;
	height: 88px;
	background: url(images/btn_your-very-own.png) no-repeat;
}
	
#main_nav .main_contact-us {
	width: 152px;
	height: 88px;
	background: url(images/btn_contact-us.png) no-repeat;
	margin-left:446px;
}

#footer {
	margin:0 auto;
	text-align:center;
}

#footer p {
	font-size:10px;
    color:#999999;
    line-height:22px;
}

#footer a {
    color:#999999;
    text-decoration:none;
}

#footer a:hover {
	color:#de2a13;
}

#footer a.current_footer {
	color:#de2a13;
}

/********** GENERAL STYLES **********/

p {
	font-size:12px;
	line-height:18px;
	color:#ffffff;
}

hr {
	height:1px;
	border:0px;
	color:#ffffff;
	background-color:#ffffff;
	margin:5px 0px 10px 0px;
}
