* {
	margin: 0;
	padding: 0;
}

body {
      background-color: black;
	font-size: 10px;
	font-family: helvetica, arial;
	overflow: hidden;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {color: #ffffff;}
a:visited {color:#494949;}
a:hover {color: #9A1F1F;}
a:active { color:#000000;}

a:link {  background: #none; color:#ffffff; text-decoration: none; }
a:active {  background: #FFFFFF; color: #000000; text-decoration: none; }
a:visited {  background: #none; color:#ffffff; text-decoration: none; }
a:hover {  background: #none ; color: #9A1F1F; text-decoration: none; } 

a img { border: none; }

#navbar {
	background: background: url(/transpBlack.png);
	position: fixed;
	left: 20px;
	width: none;
	text-align: left;
	color: white;
	font-size: 10px;
	z-index: 6000;
}
#menu { 
    width: 135px;
    padding: 10px 0px 0px 5px;-moz-border-radius:3px;
    overflow: auto;
    top: 90px;
    bottom: ;
    left:150;
    position: fixed;
    height: relative;
    background: url(/transpBlack.png);
}
#blog {
	background: transparent;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 0px;
        bottom: 0px;
	left: 165px;
        right: 0px;
	width: 100;
        height: 100;
	text-align: left;
	color: none;
	font-size: none;
	z-index: 6000;
}
#menu ul {
	list-style: none;
	margin: 0px 0px 11px 5px;
        background: none;
}




#header {
	background: ;
	padding: 0px 0px 0px 0px;
	position: ABSOLUTE;
	top: 550px;
	left: 35px;
	width: ;
	text-align: left;
	color: ;
	font-size: ;
	z-index: 6000;
}


#quote {
	background: url(/transpBlack.png);
	padding: 20px 20px 20px 20px;
	position: ABSOLUTE;
	top: 95px;
	left: 180px;
	width: 350px;
	text-align: left;
	color: white;
	font-size: 18px;
	z-index: 6000;
}


#delish {
	background: url(/transpBlack.png);
	padding: 15px 15px 15px 15px;-moz-border-radius:3px;
	position: fixed;
	bottom: 20px;
	left: 615px;
	width: 170px;
	text-align: left;
	color: white;
	font-size: 10px;
	z-index: 6000;
}
#feeds {
	background: url(/transpBlack.png);
	padding: 5px 5px 5px 15px;-moz-border-radius:3px;
	position: fixed;
	bottom: 20px;
	left: -3px;        
	width: 35px;
	text-align: left;
	color: white;
	font-size: 11px;
	z-index: 6000;
}
#prev {
	background: url(/transpBlack.png);
	padding: 5px 5px 5px 5px;-moz-border-radius:3px;
	position: ABSOLUTE;
	bottom: 60px;
	left: ;
        right:250px;        
	width: 80px;
	text-align: center;
	color: white;
	font-size: 11px;
	z-index: 6000;
}

#home {
	background: url(/transpBlack.png);
	padding: 5px 5px 5px 5px;-moz-border-radius:3px;
	position: ABSOLUTE;
	bottom: 60px;
	left: ;
        right:145px;        
	width: 80px;
	text-align: center;
	color: white;
	font-size: 11px;
	z-index: 6000;
}

#next {
	background: url(/transpBlack.png);
	padding: 5px 5px 5px 5px;-moz-border-radius:3px;
	position: ABSOLUTE;
	bottom: 60px;
	left: ;
        right:40px;        
	width: 80px;
	text-align: center;
	color: white;
	font-size: 11px;
	z-index: 6000;
}

#footer {
	background: url(/transpBlack.png);
	padding: 5px 0px 5px 20px;-moz-border-radius:3px;
	position: ABSOLUTE;
	bottom: 20px;
	left: ;
        right:40px;        
	width: 280px;
	text-align: left;
	color: white;
	font-size: 11px;
	z-index: 6000;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}