* {
margin:0; padding:0;
}

html {
margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	background: #dadde0;
	color: #313f4b;
	font-family: Trebuchet MS, arial, tahoma, verdana;
	font-size: 12px;
	line-height: 1;
}

img {
border: 0;
}

#page {
background: url(page.jpg) repeat-x bottom;
overflow: hidden;
}

#header {
width: 1000px;
margin: 0 auto;
height: 270px;
}

#logo {
height: 245px;
clear: both;
overflow: hidden;
position: relative;
background: url(logo.jpg) no-repeat;
}

#slogan {
position: absolute;
width: 590px;
height: 185px;
bottom: 15px;
left: 400px;
}

h1 {
color: #fff;
font-size: 24px;
}

#slogan p {
color: #c8e7f0;
font-family: Verdana;
line-height: 20px;
padding: 10px 0 15px 0;
}

button {
background: url(button.gif) no-repeat;
width: 96px;
height: 36px;
border: none;
font-size: 14px;
font-family: Arial;
color: #ffffff;
}

#text {
width: 1000px;
background: #fff;
border-radius: 10px;
margin: 0 auto;
clear: both;
overflow: hidden;
padding: 20px 0 10px 0;
}

#text p {
padding: 5px 25px 5px 25px;
line-height: 20px;
font-size: 14px;
font-family: Arial;
text-indent: 40px;
}

#footer {
clear: both;
overflow: hidden;
position: relative;
height: 65px;
padding-top: 5px;
}

h2 {
color: #313f4b;
font-size: 24px;
font-family: Trebuchet MS;
padding: 10px 0 5px 65px;
}

#copy {
color: #d1edf3;
position: absolute;
width: 350px;
left: 28px;
top: 28px;
}

#menu {
position: absolute;
right: 17px;
top: 28px;
}

#menu a {
color: #d1edf3;
display: inline-block;
padding: 0 5px;
}

#menu a:hover {
text-decoration: none;
}

