<style type="text/css">
<!--
body {

	background-color:#000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color:#65B9FF;
        background-image:url(http://www.theteenblog.com/design_elements/images/butterflyframe_left.gif);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0px;
	padding:0;
	height:100%; /* needed to display bkgnd2 at full height in IE */
}
#bkgnd2 {
	/*position: absolute; /*needed to expand to full height beyond content in FF */
	top: 0px;
	right: 0px;
	height:auto; /* FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	width:100%;
	background-color:transparent;
	background-image:url(http://www.theteenblog.com/design_elements/images/butterflyframe_right.gif);
	background-repeat:repeat-y;
	background-position:right top;
	
	}
* html #bkgnd2 {
	height:100%; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}
#main {
	 padding:1px;

bkgnd2*/
	text-align:left;/*resets normal text align following centering in #bkgnd2*/
}

a:link {
  color:#2D94E9;
  text-decoration:none;
  }
a:visited {
  color:#2D94E9;
  text-decoration:none;
  }
a:hover {
  color:#21EBF5;
  text-decoration:underline;
  }


.post_style img {border:0px solid #2D94E9;}

.main_right_style img {}

.main_left_style img {}
-->
</style>