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

body{
	background:url('images/background.jpg') bottom right repeat;
	margin:20px 0 0 20px;
	background-attachment:fixed;
}

#container{
	margin: 0 auto;
	width:600px;
	background:url('images/white-semi.png');
	padding:15px;
}

h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size:38px;
	color:#333333;
	font-weight:bold ;
	margin:0 0 10px 0;
	bottom: inherit;
}

h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:25px;
	color:#333333;
	font-weight:bold ;
	margin:10 0 10px 0;
	bottom: inherit;
}

p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:19px;
	alignment-baseline: after-edge;
}

a{
	border:0;
}

img{
	border:0;
}