@font-face {
	font-family: Futura-Light; 
	src: url('fonts/futura-light.ttf');}
@font-face {
	font-family: Futura-Medium; 
	src: url('/fonts/futura-medium.ttf');}


body { 
	margin: 0 auto; 
	text-align: left; 
	background-color: #000;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

h1 {
	font-family: Futura-Medium;
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 40px;
	color: #a3bddb;
}

p {
	font-family: Futura-Light;
	color: #c0c0c0;
	font-size: 16px;
}


.topmenu {
	height: 45px;
	background-color: #457;
}

.panel1 {
}


.panel2 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url("images/whitebg.png");
	background-repeat: repeat;
}

.panel3 {
	padding-bottom: 30px;
	background-image: url("images/blackbg.png");
	background-repeat: repeat;
}

.panel4 {
	height: 250px;
	background-color: black;
	background-repeat: repeat;
}

.panelx {
	padding-bottom: 60px;
	background-image: url("images/darkbg.png");
	background-repeat: repeat;
}

.monitor {
	width: 725px; 
	height: 474px;
	background-image: url("images/mac.png");
	margin: 40px auto 40px	;
}

.logo {
	width: 650px;
	height: 109px;
	background-image: url("images/logo.png");
	margin: 30px auto 40px;
}

IMG.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto }


