@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
                
html { 
	background: url(images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#border-left {
	background-image:url(images/border-left.png);
	background-repeat:repeat-y;
	width:25px;
}

#border-right {
	background-image:url(images/border-right.png);
	background-repeat:repeat-y;
	width:25px;
}
