body {
    line-height: 2.1;
    margin-bottom: 100px;
}

.content {
	margin: 70px 10px 10px 10px; 
	background: #fff;
}

#main-container {
	background: url("../images/2.jpeg") no-repeat scroll left top rgba(0, 0, 0, 0);
    min-height: 500px;
    width: 1000px;
}

.btn {
    border-radius: 0px;
}

.dancing_script {
	font-family: 'Dancing Script', cursive;
}

h1.dancing_script {
    display: inline-block;
    margin-top: 15px;
    padding: 4px;
	background-color: #428bca;
    color: #fff;
}

.left-box {
	border-right: 1px solid #ddd;
}


.right-box {
	border-left: 1px solid #ddd;
}


.content h1, .content h2, .footer h3 {
    border-bottom: 1px solid #ddd;
    color: #428bca;
}


.footer {
border-top: 1px solid #e7e7e7;
    bottom: 0;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
    padding-top: 3px;
    width: 1000px;
}	

.border-top {
	border-top: 1px solid #ddd;
}

.red {
	color:red;
}
