/*  
Description: podcast listener specific styles
Version: 1.0
Author: East Coast Interactive
Author URI: http://www.eastcoastinteractive.co.uk
*/

/* start with a good-ol global reset */
@import "reset.css";

/*
colours used globaly 
pale grey:	#e7e8e9
magenta:	#ec008c
black:		#000
greenery:	#b6aa00
*/

/* new */
* {margin:0;padding:0;}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
p {margin:0 0 1em 0;padding:2px;}
/* end new */

/* general look and feelery */
body
{
	background:#e7e8e9 url('images/pattern.gif') fixed;
	text-align:left;
	margin:0;
	position:relative;/* for ie7*/
}

.header
{
	position:absolute;
	top:18px;
	left:18px;
	width:400px;
	height:100px;
}

#podcast
{
	position:absolute;
	top:118px;
	left:18px;
	width:400px;
	height:170px;
}

