/**************************************

 Author : RGSONE
 URL : http://rgsone.com
 
**************************************/

/* CSS Reset */

html, body, p, div, span, h1, h2, h3, h4, h5, h6, img{
	border: 0;
	padding: 0;
	margin: 0;
}

/* Base */

body{
	margin: 152px 0 0 320px;
	background: #FAFAFA url(bg.png) no-repeat;
	color: #000;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: none; }

/* Div */
#box1{
	text-align: right;
	width: 380px;
	margin: 0;
}

#box1  a:link, #box1 a:visited { color: #000; }
#box1  a:hover, #box1 a:focus, #box1 a:active { background: #000; }
