@import url(./main.css);
body{
background-color: #FFCCCC;
color: #000;
}

#container{
	width:950px;
	padding: 5px;
	margin:0px auto;
	margin-top: -30px; /*-20 = 0*/
	/*border-top: 2px solid #000;*/
	border-left: 2px solid  #003399;
	border-right: 2px solid #003399;
}

#revpic{
position: relative;
top: 20px;
text-align: right;
height: auto;
}

#intro{
position: absolute;
top: 260px;
width: 750px;
text-align: justify;
}

#webshop{
position: relative;
width:300px;
top: -125px;
border-right: 1px solid red;
}
#box2{
position: relative;
width: 350px;
top: -225px;
left: 310px;
border-right: 1px solid red;
}
#box3{ /*Mini Mag*/
position: relative;
width: 300px;
top: -200px;
border-right: 1px solid red;
}
#box4{
position: relative;
width: 350px;
top: -300px;
left: 315px;
border-right: 1px solid red;
}
#box5{ /*Bible Rading Chart*/
position: relative;
width: 300px;
top: -275px;
border-right: 1px solid red;
}
#box6{
position: relative;
width: 350px;
top: -350px;
left: 315px;
border-right: 1px solid red;
}
#box7{ /*Box 7*/
position: relative;
width: 300px;
top: -375px;
border-right: 1px solid red;
}
#box8{
position: relative;
width: 350px;
top: -450px;
left: 315px;
border-right: 1px solid red;
}

#roadmap{
position: absolute;
top: 520px;
left: 675px;
text-align: right;
width: 275px;
}

#footer{
position: absolute;
top: 875px;
}