body{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	background-image:url('images/top_bg.jpg');
	color:#336666;
	font-family:Verdana, sans-serif;
	font-size:11px;
	text-align:center;
}

img{
	border:none;
}

a:active,a:visited, a:link
{
    color:#336666;
    text-decoration:underline;
}

a:hover
{
    color:#336666;
    text-decoration:underline;
}

div#container{
	background-image:url('images/main_bg.jpg');
	width:100%;
}

div#productinfo{
	width:300;	
	margin: 10;
}

div#header{
	width:100%;
	background-image:url('images/header_bg.jpg');
	background-repeat:repeat-x;
}

div#footer{
	width:100%;
	background-image:url('images/footer_bg.jpg');
	background-repeat:repeat-x;
}

.title{
	text-transform:uppercase;
	font-size:12px;
	color:#c0cbd1;
	position:relative;
	top:-45px;
	
}
