/* Main*/

.container {
 width:800px;
 height:1350px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 
}

.main{
background-color:#ffffff;
width: 700px;
height : 1700px;
float: left;
margin: 0;
}


.left{
float: left;
background-color:#eaf9fa;
background-image: url("image/left.gif");
width: 50px;
height : 1700px;
color: #ffffff;
margin: 0;
list-style-type: none;
}

.right{
background-color:#eaf9fa;
background-image: url("image/right.gif");
width: 50px;
height : 1700px;
float: left;
color: #ffffff;
margin: 0;
list-style-type: none;
}

/* Ordering Tickets*/

.container3 {
 width:800px;
 height:1250px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 
}

.main3{
background-color:#ffffff;
width: 700px;
height: 1250px;
float: left;
margin: 0;
}


.left3{
float: left;
background-color:#eaf9fa;
background-image: url("image/left.gif");
width: 50px;
height: 1250px;
color: #ffffff;
margin: 0;
list-style-type: none;
}

.right3{
background-color:#eaf9fa;
background-image: url("image/right.gif");
width: 50px;
height: 1250px;
float: left;
color: #ffffff;
margin: 0;
list-style-type: none;
}

/* Artists*/

.container2 {
 width:1000px;
 height:1000px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 
}

.main2{
background-color:#ffffff;
width: 900px;
height : 2000px;
float: left;
margin: 0;
}


.left2{
float: left;
background-color:#eaf9fa;
background-image: url("image/left.gif");
width: 50px;
height: 1000px;
color: #ffffff;
margin: 0;
list-style-type: none;
}

.right2{
background-color:#eaf9fa;
background-image: url("image/right.gif");
width: 50px;
height: 1000px;
float: left;
color: #ffffff;
margin: 0;
list-style-type: none;
}


