

body {	
	background-image:url('http://www.phantods.com/images/temp_website/background.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
}

a {text-decoration:none;}
a:link {color:#e3ba6d}
a:link:hover {color:#8B0000;}
a:visited {color:#e3ba6d;}
a:visited:hover {color:#8B0000;}

strong {
	font-size:26px;
	font-weight:bold;
}

iframe {
	border:none;
	background-color:transparent;
}

#main {
	background-color:transparent;
	width:600px;
	padding:5px;
}

img, img.a, a.img {
	border:none;
}

.blackbackground {
	padding:5px;
	background-color:#000;
	border:1px dotted #555;
}
.transparentbg {
	width:620px;
	height:auto;
	padding:10px;
	background-image:url('http://www.phantods.com/images/temp_website/transparentbg.png');
	background-repeat:repeat;
}
.amazon {
	position:relative;
	top:12px;
}