@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	background: url(http://www.carbonpoker.ag/images/css_tutorial/background.png) repeat-x;
	background-color: #B95318;
	padding: 10px 0px 50px 0px;
	color: #FFFFFF;
	font-family:  "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;

}

body {
	width: 800px;
	margin: auto;
	height: auto;
	padding: 20px;
	border: 20px solid #187FBA;
	background: url(http://www.carbonpoker.ag/images/css_tutorial/content_background.png) repeat-x;
	background-color: #025D91;
}

pre {
	color: #044e7c;
}

/* Text */

p {
	color: #FFFFFF;
	font-family:  "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #96de1a;
}
a:visited {
	color: #A418B9;
}

/* Text Headings */

H1 {

	/* do you see what we did here?, go ahead and have a play with these rules */
	position: relative;
	text-align:center;
	line-height: 100px;
	width: 880px;
	height: 241px;
	background: url(http://www.carbonpoker.ag/images/css_tutorial/carbon_title.jpg) repeat-x;
	margin: auto;
	margin-bottom: 2px;
	margin-right: -80px;	/* make ie6 behave */
	left: -40px;

	top: -40px;
	color:#fff;
	font-family: impact;
	letter-spacing: 5px;
}

H2 {
	color: #96de1a;
	border-bottom: 2px solid #7EB918;
	padding:10px;
	background-color: #187FBA;

}
H3 {
	color: #96de1a;

}


