@import url("layout.css");

/*
@author: Adela Trifan
@copyright: Copyright 2010 Adela Trifan - adelacreative.com
*/

/* ################################### FUNDAMENTAL ELEMENTS ######################################
################################################################################################ */
* {
	margin:0px;
	padding:0px;
}
body, html {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D8D8D8;
	height:100%;
	background:#5a2603 url(../images/bg_content.png) 0px 0px repeat-x;
}
a{
	text-decoration:none;
	color:#fb014d;
	outline:none;
}
a:hover{
	color:#f5f5f5;
}
p, ul, ol, h1, h2, h3, h4, h5, h6{
margin:20px 0px;
}
#outer_wrapper{
height:auto;
min-height:100%;
position:relative;
z-index:1;
overflow:hidden;
}
html > body #outer_wrapper {
height:auto;
}
#wrapper{
display:block;
padding:0px 400px 0px 20px;	
overflow: hidden;
}
#bg{
display:block;
width:450px;
position:fixed;
bottom:0px;
right:0px;
height:100%;
background:url(../images/bg_adelacreative.png) fixed bottom right no-repeat;
z-index:3;
}


