@charset "UTF-8";
/* CSS Document */

	
	#your-body {
    font-size: 16px;
    background-attachment: scroll;
    background-image: url(images/template/background.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto;
    background-color: #ebeac1;
		}
				
		#resize-box{
	background-color:#7C745D;
	border:1px solid #EAE8BF;
	position:absolute;
	top:-1px;
	right:5px;
		}
		
		#resize-box:hover{
		}		

		#resize-box a{
	font-size:18px;
	font-family:Arial, sans-serif;
	text-decoration:none;
	color:#EAE8BF;
	display:block;
	float:left;
	padding:5px 10px;
		}

		#resize-box a:hover{
	color:#DBD9B3;
		}
		
		#increase{
			border-right:1px dotted #a0a0a0;		
		}
