@charset "utf-8";

/* CSS Document */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: none;
}


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


body {


background-image:url(bg-pattern.gif);

background-repeat: repeat;

padding:0;

margin:0;

min-width:996px;

font-family: "Arial", Helvetica, sans-serif;



}


div#outer {

width:325px;

margin-left:auto;

margin-right:auto;

padding-top:200px;

}	
