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

body {
	background-color: #FFF;
	margin:0;	
}

#header {
	width:800px;
	height:310px;
	display:block;
	margin: 0 auto;	
}

#header:hover {
	cursor:pointer;	
}

#mainContainer {
	width: 1100px;
	min-height: 1100px;
	margin:0 auto;	
	background: #FFF URL(../../images/mainBody.jpg) no-repeat;
}

#menuContainer {
	height:353px;
	width:1100px;
	display:block;
}

#content {
	padding-top:30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:600px;
	text-align:center;
	margin: 0 auto;
		
}

.button {
	float:left;
}

.button:hover {
	cursor:pointer;	
}

#button1 {
	margin-left:161px;
	width:245px;
	height:353px;
}

#button2 {
	width:240px;
	height:353px;
}

#button3 {
	width:280px;
	height:353px;
}

#mailContainer{
	width:930px;
	height:40px;	
}

#mailButton{
	float:right;
	width:190px;
	height:40px;		
}
