@charset "utf-8";
/* CSS Document */
:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input{ margin:0; padding:0; } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } 

/*HTML Tags - START*/
BODY {
	background-color:#c0c0c0;
	background-image:url(../images/gradbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	padding-top:50px;}
/*HTML Tags - END*/

/*LAYOUT Tags - START*/
#container {
	width:955px;
	height:600px;
	background-color:#FFFFFF;
	margin:0px auto;}
/*LAYOUT Tags - END*/