Advertisement
Advertisement
| 07.25.2008 at 07:25AM PDT, ID: 23595570 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: |
<style>
div table div form {display:none!important}
body{
background-image:url(./Images/background.jpg);
background-repeat: repeat-x
cursor: not-allowed!important;
text-align: center;}
.viewHome{
position:Absolute;
top:70px;
left:-246px;
Color:white;
padding:4px;
}
.viewFriday{
position:Absolute;
top:70px;
left:-191px;
Color:white;
padding:4px;
}
.viewSaturday{
position:Absolute;
top:70px;
left:-137px;
Color:white;
padding:4px;
}
.viewSunday{
position:Absolute;
top:70px;
left:-83px;
Color:white;
padding:4px;
}
.viewMonday{
position:Absolute;
top:70px;
left:-29px;
Color:white;
padding:4px;
}
.viewTuesday{
position:Absolute;
top:70px;
left:25px;
Color:white;
padding:4px;
}
.viewWednesday{
position:Absolute;
top:70px;
left:79px;
Color:white;
padding:4px;
}
.viewThursday{
position:Absolute;
top:70px;
left:-191px;
Color:white;
padding:4px;
}
.main{
position:relative;
top:10%;
}
.clubinfo{
top:105px;
left:-225px;
position:Absolute;
color:white;
width:445px;
text-align: Left;
}
.contactinfo{
top:350px;
left:-225px;
position:Absolute;
color:white;
width:445px;
text-align: Left;
}
.clubtitle{
Float:center;
font-weight: bold;
color:white;
top:385px;
left:225px;
text-align: center;
}
.body{
position:absolute;
top:400px;
left:225px;
Color:white;
padding:4px;
text-align: left;
}
</style>
|