* html body{
	overflow:hidden;
}

body {
	margin: 0;
	background: url(images/bg.jpg) repeat fixed;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	cursor: pointer;
	cursor: hand;
}

#main {
	position:absolute;
              	top: 50%;
	left: 50%;
	width:990px;
	height:579px;
	margin-top: -294px; /*set to a negative number 1/2 of your height*/
	margin-left: -496px; /*set to a negative number 1/2 of your width*/
	border:2px solid #EDB6A2;
	text-align: center;
}

#content {
    height: 313px;
    left: 336px;
    overflow: hidden;
    position: relative;
    top: 132px;
    width: 317px;
}

#link1, #link2, #link3 {
    float: left;
    height: 62px;
    left: 292px;
    margin-right: 54px;
    position: relative;
    top: 202px;
    width: 100px;
}
