﻿body {
	background: #ffffff;
	background-image: url(images/bg.jpg);
}
/*
#header {
	height: 150px;
	width: 1000px;
	margin: 0 auto 0 auto;
}
*/
img {
	border: 0;
}

#nav {
	height: 210px;
	width: 1000px;
	margin: 50px auto 50px auto;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding: 0 20px 0 20px;
}

#nav ul li a {
	text-decoration: none;
}

#main {
	height: 500px;
	width: 1000px;
	margin: 50px auto 50px auto;
}

#cspaper {
	top: 50px;

	width: 450px;
	height: 600px;
	margin: 0 auto 0 auto;
	padding-bottom: 25px;
	/*
	background-image: url(images/paper.png);
	background-repeat: no-repeat;
	*/
}

#paper {
	top: 250px;
	left: 205px;
	width: 450px;
	height: 600px;
	position: absolute;
	padding-bottom: 25px;
	background-image: url(images/paper.png);
	background-repeat: no-repeat;
}

#text1 {
	color: #838586;
	top: 240px;
	left: 265px;
	width: 400px;
	height: 667px;
	position: absolute;
}

#card {
	top: 250px;
	right: 200px;
	height: 234px;
	width: 288px;
	position: absolute;
	/*background-image: url(images/card1.png);
	background-repeat: no-repeat;*/
}

#footer {
	height: 100px;
	width: 1000px;
	margin: 50px auto 50px auto;
}
	