* {margin:0;padding:0;}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body
{
	background-color: #000000;
	text-align: center;
	min-height: 600px;
	min-width: 800px;
	font-family: Arial, 'Myriad Pro', Verdana, sans-serif;
}

#outer
{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#container
{
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 600px;
}

#inner
{
	background: #000000 url("images/background.jpg") no-repeat;
	width: 800px;
	height: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 50px;
	width: 640px;
	text-align: left;
	padding: 25px 80px;
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer
{
	height: 90px;
	padding: 50px 0 0 0;
}

#content
{
	background-color: #000000;
	height: 360px;
	width: 640px;
	margin: 0 80px 0 80px;
	text-align: left;
}

#content2
{
	height: 360px;
	width: 640px;
	margin: 0 80px 0 80px;
	text-align: left;
}

#content img
{
	margin-right: 22px;
}

#content p
{
	color: #FFFFFF;
	font-size: 18px;
	padding: 35px 22px;
}

#arrow_left
{
	float: left;
	margin-top: 10px;
}

#arrow_right
{
	float: right;
	margin-top: 10px;
}

#arrow_left img, #arrow_right img
{
	border: 0;
}

.one_button
{
	margin-left: 288px;
}

.two_buttons
{
	margin-left: 165px;
}

.three_buttons
{
	margin-left: 55px;
}

.button_small
{
	background: url("images/button_small.png") no-repeat;
	display: block;
	height: 53px;
	width: 152px;
	margin: 0 40px;
	padding-top: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

a.button_small:hover
{
	color: #c9dff6;
}
