/*
Theme Name: Shanna Melville
Theme URL: http://www.shannamelville.com
Description: Front page theme.
Author: Alastair T. Willey
Author Url: http://www.aablog.co.uk

*/

@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: verdana;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #ffffff;
	line-height:16px;
}
a { color: #ffffff;
	text-decoration: none;}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: ffffff;
}
a:focus
{
  -moz-outline: none;
}


/* Site layout */
#wrapper
	{ 
	width:800px;
	height:534px;
	margin-left: auto ;
  	margin-right: auto ;
	padding:0;
	}
	
#background
	{ background-image:url(background.jpg);
		position:absolute;
	width:800px;
	height:534px;
	}
	
#text
	{
	position:absolute;
	width:420px;
	height:200px;
	left: 25px;
	top: 128px;
	}

#button
	{
	position:absolute;
	width:216px;
	height:125px;
	left: 13px;
	top: 422px;
	}
