
/* CSS Document */

/*  reset  */

body{padding:0;margin:0;font:13px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}

/* for site  */


body {
background-color: #448fec;
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
padding: 0;
margin: 0;
}

a img {
border: 0 none;
}

#wrapper
{
	width: 960px;
	background-color: #448fec;
	margin: 0px auto;
	border: 0px;
	position: center;
}

