@charset "UTF-8";
/* IMPORT COMMON CSS FILES */
@import url("/common/css/common.css");
/* CSS BRICSYS */

/* MAIN LAY-OUT */

body
{	
	/* BACKGROUND */
	background:url(../image/site/system/repeat.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#container
{
	margin:0 auto;
	width:1000px;
	height:auto;
	overflow:hidden;
}

#text
{
	float:left;
	height:auto;
	width:100%;
	overflow:hidden;
}


/* GRADIENT ROUNDED BOX */

#gradientcontainer
{
	float:left;
	height:auto;
	width:978px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#eef1f5;
}

#gradienttop
{
	float:left;
	height:10px;
	width:960px;
}

#gradientcontent
{
	float:left;
	width:960px;
	padding:0px 10px 0px 10px;
}

#gradientbottom
{
	float:left;
	height:10px;
	width:960px;
}

#footer
{
	width:980px;
	margin-left:0px;
}

