/* Made with love by Ravi Vasavan - www.dirtylipbalm.com */

body {
	margin: 45px 45px 45px 45px;
	background-color: #000000;
	color: #ffffff;
	overflow: inherit;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.content {
	position: absolute;
	background-color: #000000;
	top: 105px;
	height: 600px;
}

#front {
	position: absolute;
	background-color: #000000;
	top: 105px;
	height: 600px;
	overflow: hidden;
}

.content img {
	margin-right: 10px;
}

#t, #b {
	left: 0;
	right: 0;
	height: 45px;
	position: fixed;
	display: block;
	background-color: #000000;
	z-index: 666;
}

#l, #r {
	top: 0;
	bottom: 0;
	width: 45px;
	position: fixed;
	display: block;
	background-color: #000000;
	z-index: 666;	
} 


#t {
	top: 0;
	background: url(misc_images/border.jpg) repeat-x;
}

#b {
	bottom: 0;
	background: url(misc_images/border.jpg) repeat-x;
}

#l {
	left: 0;
	background: url(misc_images/border.jpg) repeat-y;
}

#r {
	right: 0;
	background: url(misc_images/border.jpg) repeat-y;
}


.menu {
	position:fixed;
  	_position:absolute;
  	_top: expression(eval(document.body.scrollTop));
	width: 800px;
	height: 25px;
}

img {border: 0px;}