/* CSS Document */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, address, em, img, q, strong {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}
a img, :link img, :visited img {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* don't forget to set color in body */
body
{
	color:#3f3f3f;
	background-color:#333333;
	margin-left: 100px;
	font-weight:bold;
	
	
}

p, h1
{
	padding-left:20px;
	margin-bottom:20px;
	
}


h1
{
	font-size:24px;
	font-weight:bold;
	
	}
	
p.link
{
	float:right;
	margin-top:80px;
	}	

div#wrapper
{
	width:600px;
	height:1000px;
	background-image:url(images/cc_bg.jpg);
	background-repeat:no-repeat;
	padding-top:300px;
		
	
	
}
</style>
